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