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