#[repr(C)]pub struct PhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub fragment_density_map_layered: u32,
}Expand description
VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE
Provided by VK_VALVE_fragment_density_map_layered.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_LAYERED_FEATURES_VALVE.
p_next: *mut c_voidOptional, may be null.
fragment_density_map_layered: u32Implementations§
Source§impl PhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE
impl PhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE
Sourcepub fn builder<'a>() -> PhysicalDeviceFragmentDensityMapLayeredFeaturesVALVEBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceFragmentDensityMapLayeredFeaturesVALVEBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE
impl Clone for PhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE
Source§fn clone(&self) -> PhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE
fn clone(&self) -> PhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE
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 moreimpl Copy for PhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE
impl ExtendsDeviceCreateInfo for PhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE
Auto Trait Implementations§
impl Freeze for PhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE
impl RefUnwindSafe for PhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE
impl !Send for PhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE
impl !Sync for PhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE
impl Unpin for PhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE
impl UnsafeUnpin for PhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE
impl UnwindSafe for PhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE
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