pub type PhysicalDevicePipelineRobustnessFeaturesEXT = PhysicalDevicePipelineRobustnessFeatures;Aliased Type§
#[repr(C)]pub struct PhysicalDevicePipelineRobustnessFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub pipeline_robustness: u32,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_ROBUSTNESS_FEATURES.
p_next: *mut c_voidOptional, may be null.
pipeline_robustness: u32