pub struct PhysicalDeviceFragmentDensityMap2FeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub fragment_density_map_deferred: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§fragment_density_map_deferred: u32Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceFragmentDensityMap2FeaturesEXT
impl Clone for PhysicalDeviceFragmentDensityMap2FeaturesEXT
source§fn clone(&self) -> PhysicalDeviceFragmentDensityMap2FeaturesEXT
fn clone(&self) -> PhysicalDeviceFragmentDensityMap2FeaturesEXT
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 Default for PhysicalDeviceFragmentDensityMap2FeaturesEXT
impl Default for PhysicalDeviceFragmentDensityMap2FeaturesEXT
source§fn default() -> PhysicalDeviceFragmentDensityMap2FeaturesEXT
fn default() -> PhysicalDeviceFragmentDensityMap2FeaturesEXT
Returns the “default value” for a type. Read more