pub type PhysicalDeviceHostImageCopyFeaturesEXT = PhysicalDeviceHostImageCopyFeatures;Expand description
Aliased Type§
#[repr(C)]pub struct PhysicalDeviceHostImageCopyFeaturesEXT {
pub s_type: StructureType,
pub next: *mut c_void,
pub host_image_copy: u32,
}Fields§
§s_type: StructureType§next: *mut c_void§host_image_copy: u32