Skip to main content

PhysicalDeviceHostImageCopyFeaturesEXT

Type Alias PhysicalDeviceHostImageCopyFeaturesEXT 

Source
pub type PhysicalDeviceHostImageCopyFeaturesEXT = PhysicalDeviceHostImageCopyFeatures;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceHostImageCopyFeaturesEXT { pub s_type: StructureType, pub p_next: *mut c_void, pub host_image_copy: u32, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_IMAGE_COPY_FEATURES.

§p_next: *mut c_void

Optional, may be null.

§host_image_copy: u32