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