#[repr(C)]pub struct PhysicalDeviceDisplacementMicromapPropertiesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_displacement_micromap_subdivision_level: u32,
}Expand description
VkPhysicalDeviceDisplacementMicromapPropertiesNV
Provided by VK_NV_displacement_micromap.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DISPLACEMENT_MICROMAP_PROPERTIES_NV.
p_next: *mut c_voidOptional, may be null.
max_displacement_micromap_subdivision_level: u32Implementations§
Source§impl PhysicalDeviceDisplacementMicromapPropertiesNV
impl PhysicalDeviceDisplacementMicromapPropertiesNV
Sourcepub fn builder<'a>() -> PhysicalDeviceDisplacementMicromapPropertiesNVBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceDisplacementMicromapPropertiesNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceDisplacementMicromapPropertiesNV
impl Clone for PhysicalDeviceDisplacementMicromapPropertiesNV
Source§fn clone(&self) -> PhysicalDeviceDisplacementMicromapPropertiesNV
fn clone(&self) -> PhysicalDeviceDisplacementMicromapPropertiesNV
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 PhysicalDeviceDisplacementMicromapPropertiesNV
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceDisplacementMicromapPropertiesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceDisplacementMicromapPropertiesNV
impl RefUnwindSafe for PhysicalDeviceDisplacementMicromapPropertiesNV
impl !Send for PhysicalDeviceDisplacementMicromapPropertiesNV
impl !Sync for PhysicalDeviceDisplacementMicromapPropertiesNV
impl Unpin for PhysicalDeviceDisplacementMicromapPropertiesNV
impl UnsafeUnpin for PhysicalDeviceDisplacementMicromapPropertiesNV
impl UnwindSafe for PhysicalDeviceDisplacementMicromapPropertiesNV
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