#[repr(C)]pub struct PhysicalDeviceFragmentDensityMap2PropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub subsampled_loads: Bool32,
pub subsampled_coarse_reconstruction_early_access: Bool32,
pub max_subsampled_array_layers: u32,
pub max_descriptor_set_subsampled_samplers: u32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§subsampled_loads: Bool32
§subsampled_coarse_reconstruction_early_access: Bool32
§max_subsampled_array_layers: u32
§max_descriptor_set_subsampled_samplers: u32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl Clone for PhysicalDeviceFragmentDensityMap2PropertiesEXT
source§fn clone(&self) -> PhysicalDeviceFragmentDensityMap2PropertiesEXT
fn clone(&self) -> PhysicalDeviceFragmentDensityMap2PropertiesEXT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more