Skip to main content

PhysicalDeviceMaintenance6PropertiesKHR

Type Alias PhysicalDeviceMaintenance6PropertiesKHR 

Source
pub type PhysicalDeviceMaintenance6PropertiesKHR = PhysicalDeviceMaintenance6Properties;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceMaintenance6PropertiesKHR { pub s_type: StructureType, pub p_next: *mut c_void, pub block_texel_view_compatible_multiple_layers: u32, pub max_combined_image_sampler_descriptor_count: u32, pub fragment_shading_rate_clamp_combiner_inputs: u32, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_6_PROPERTIES.

§p_next: *mut c_void

Optional, may be null.

§block_texel_view_compatible_multiple_layers: u32§max_combined_image_sampler_descriptor_count: u32§fragment_shading_rate_clamp_combiner_inputs: u32