Skip to main content

PhysicalDeviceImageRobustnessFeaturesEXT

Type Alias PhysicalDeviceImageRobustnessFeaturesEXT 

Source
pub type PhysicalDeviceImageRobustnessFeaturesEXT = PhysicalDeviceImageRobustnessFeatures;

Aliased Type§

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

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES.

§p_next: *mut c_void

Optional, may be null.

§robust_image_access: u32