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: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES.
p_next: *mut c_voidOptional, may be null.
robust_image_access: u32