#[repr(C)]pub struct PhysicalDeviceFragmentDensityMap2PropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub subsampled_loads: u32,
pub subsampled_coarse_reconstruction_early_access: u32,
pub max_subsampled_array_layers: u32,
pub max_descriptor_set_subsampled_samplers: u32,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidsubsampled_loads: u32subsampled_coarse_reconstruction_early_access: u32max_subsampled_array_layers: u32max_descriptor_set_subsampled_samplers: u32Implementations
Trait Implementations
sourceimpl Clone for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl Clone for PhysicalDeviceFragmentDensityMap2PropertiesEXT
sourcefn clone(&self) -> PhysicalDeviceFragmentDensityMap2PropertiesEXT
fn clone(&self) -> PhysicalDeviceFragmentDensityMap2PropertiesEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl Default for PhysicalDeviceFragmentDensityMap2PropertiesEXT
sourcefn default() -> PhysicalDeviceFragmentDensityMap2PropertiesEXT
fn default() -> PhysicalDeviceFragmentDensityMap2PropertiesEXT
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceFragmentDensityMap2PropertiesEXT
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl !Send for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl !Sync for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl Unpin for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl UnwindSafe for PhysicalDeviceFragmentDensityMap2PropertiesEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more