pub type PhysicalDeviceImageRobustnessFeaturesEXT = PhysicalDeviceImageRobustnessFeatures;
Expand description

Aliased Type§

struct PhysicalDeviceImageRobustnessFeaturesEXT {
    pub s_type: StructureType,
    pub next: *mut c_void,
    pub robust_image_access: u32,
}

Fields§

§s_type: StructureType§next: *mut c_void§robust_image_access: u32