#[repr(C)]pub struct PhysicalDeviceFragmentDensityMapFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub fragment_density_map: u32,
pub fragment_density_map_dynamic: u32,
pub fragment_density_map_non_subsampled_images: u32,
}Expand description
VkPhysicalDeviceFragmentDensityMapFeaturesEXT
Provided by VK_EXT_fragment_density_map.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_FEATURES_EXT.
p_next: *mut c_voidOptional, may be null.
fragment_density_map: u32§fragment_density_map_dynamic: u32§fragment_density_map_non_subsampled_images: u32Implementations§
Source§impl PhysicalDeviceFragmentDensityMapFeaturesEXT
impl PhysicalDeviceFragmentDensityMapFeaturesEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceFragmentDensityMapFeaturesEXT
impl Clone for PhysicalDeviceFragmentDensityMapFeaturesEXT
Source§fn clone(&self) -> PhysicalDeviceFragmentDensityMapFeaturesEXT
fn clone(&self) -> PhysicalDeviceFragmentDensityMapFeaturesEXT
Returns a duplicate 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 PhysicalDeviceFragmentDensityMapFeaturesEXT
impl Default for PhysicalDeviceFragmentDensityMapFeaturesEXT
Source§fn default() -> PhysicalDeviceFragmentDensityMapFeaturesEXT
fn default() -> PhysicalDeviceFragmentDensityMapFeaturesEXT
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceFragmentDensityMapFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceFragmentDensityMapFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceFragmentDensityMapFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceFragmentDensityMapFeaturesEXT
impl RefUnwindSafe for PhysicalDeviceFragmentDensityMapFeaturesEXT
impl !Send for PhysicalDeviceFragmentDensityMapFeaturesEXT
impl !Sync for PhysicalDeviceFragmentDensityMapFeaturesEXT
impl Unpin for PhysicalDeviceFragmentDensityMapFeaturesEXT
impl UnsafeUnpin for PhysicalDeviceFragmentDensityMapFeaturesEXT
impl UnwindSafe for PhysicalDeviceFragmentDensityMapFeaturesEXT
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