Type Alias ash::vk::PhysicalDeviceImageRobustnessFeaturesEXT
source · pub type PhysicalDeviceImageRobustnessFeaturesEXT = PhysicalDeviceImageRobustnessFeatures;Aliased Type§
struct PhysicalDeviceImageRobustnessFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub robust_image_access: u32,
}Fields§
§s_type: StructureType§p_next: *mut c_void§robust_image_access: u32