#[repr(C)]pub struct PhysicalDeviceFragmentDensityMapPropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub min_fragment_density_texel_size: Extent2D,
pub max_fragment_density_texel_size: Extent2D,
pub fragment_density_invocations: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§min_fragment_density_texel_size: Extent2D
§max_fragment_density_texel_size: Extent2D
§fragment_density_invocations: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceFragmentDensityMapPropertiesEXT
impl Clone for PhysicalDeviceFragmentDensityMapPropertiesEXT
source§fn clone(&self) -> PhysicalDeviceFragmentDensityMapPropertiesEXT
fn clone(&self) -> PhysicalDeviceFragmentDensityMapPropertiesEXT
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 PhysicalDeviceFragmentDensityMapPropertiesEXT
impl TaggedStructure for PhysicalDeviceFragmentDensityMapPropertiesEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_PROPERTIES_EXT
impl Copy for PhysicalDeviceFragmentDensityMapPropertiesEXT
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceFragmentDensityMapPropertiesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceFragmentDensityMapPropertiesEXT
impl RefUnwindSafe for PhysicalDeviceFragmentDensityMapPropertiesEXT
impl !Send for PhysicalDeviceFragmentDensityMapPropertiesEXT
impl !Sync for PhysicalDeviceFragmentDensityMapPropertiesEXT
impl Unpin for PhysicalDeviceFragmentDensityMapPropertiesEXT
impl UnwindSafe for PhysicalDeviceFragmentDensityMapPropertiesEXT
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