#[repr(C)]pub struct PhysicalDeviceFragmentDensityMapPropertiesEXT<'a> {
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,
pub _marker: PhantomData<&'a ()>,
}
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
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceFragmentDensityMapPropertiesEXT<'a>
impl<'a> PhysicalDeviceFragmentDensityMapPropertiesEXT<'a>
pub fn min_fragment_density_texel_size( self, min_fragment_density_texel_size: Extent2D, ) -> Self
pub fn max_fragment_density_texel_size( self, max_fragment_density_texel_size: Extent2D, ) -> Self
pub fn fragment_density_invocations( self, fragment_density_invocations: bool, ) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceFragmentDensityMapPropertiesEXT<'a>
impl<'a> Clone for PhysicalDeviceFragmentDensityMapPropertiesEXT<'a>
source§fn clone(&self) -> PhysicalDeviceFragmentDensityMapPropertiesEXT<'a>
fn clone(&self) -> PhysicalDeviceFragmentDensityMapPropertiesEXT<'a>
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<'a> Debug for PhysicalDeviceFragmentDensityMapPropertiesEXT<'a>
impl<'a> Debug for PhysicalDeviceFragmentDensityMapPropertiesEXT<'a>
source§impl<'a> TaggedStructure for PhysicalDeviceFragmentDensityMapPropertiesEXT<'a>
impl<'a> TaggedStructure for PhysicalDeviceFragmentDensityMapPropertiesEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_PROPERTIES_EXT
impl<'a> Copy for PhysicalDeviceFragmentDensityMapPropertiesEXT<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceFragmentDensityMapPropertiesEXT<'_>
impl Send for PhysicalDeviceFragmentDensityMapPropertiesEXT<'_>
impl Sync for PhysicalDeviceFragmentDensityMapPropertiesEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceFragmentDensityMapPropertiesEXT<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceFragmentDensityMapPropertiesEXT<'a>
impl<'a> Unpin for PhysicalDeviceFragmentDensityMapPropertiesEXT<'a>
impl<'a> UnwindSafe for PhysicalDeviceFragmentDensityMapPropertiesEXT<'a>
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