#[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 moresource§impl TaggedStructure for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl TaggedStructure for PhysicalDeviceFragmentDensityMap2PropertiesEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_2_PROPERTIES_EXT
impl Copy for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceFragmentDensityMap2PropertiesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl RefUnwindSafe for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl !Send for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl !Sync for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl Unpin for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl UnwindSafe for PhysicalDeviceFragmentDensityMap2PropertiesEXT
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more