pub struct PhysicalDeviceOpacityMicromapPropertiesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceOpacityMicromapPropertiesEXTBuilder<'a>
impl<'a> PhysicalDeviceOpacityMicromapPropertiesEXTBuilder<'a>
pub fn max_opacity2_state_subdivision_level( self, max_opacity2_state_subdivision_level: u32 ) -> Self
pub fn max_opacity4_state_subdivision_level( self, max_opacity4_state_subdivision_level: u32 ) -> Self
sourcepub fn build(self) -> PhysicalDeviceOpacityMicromapPropertiesEXT
pub fn build(self) -> PhysicalDeviceOpacityMicromapPropertiesEXT
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceOpacityMicromapPropertiesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceOpacityMicromapPropertiesEXTBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceOpacityMicromapPropertiesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceOpacityMicromapPropertiesEXTBuilder<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceOpacityMicromapPropertiesEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceOpacityMicromapPropertiesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceOpacityMicromapPropertiesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceOpacityMicromapPropertiesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceOpacityMicromapPropertiesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceOpacityMicromapPropertiesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceOpacityMicromapPropertiesEXTBuilder<'a>
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