pub struct PhysicalDeviceOpacityMicromapPropertiesEXTBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceOpacityMicromapPropertiesEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceOpacityMicromapPropertiesEXTBuilder<'a>
impl<'a> PhysicalDeviceOpacityMicromapPropertiesEXTBuilder<'a>
pub fn max_opacity2_state_subdivision_level(self, value: u32) -> Self
pub fn max_opacity4_state_subdivision_level(self, value: u32) -> Self
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceOpacityMicromapPropertiesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceOpacityMicromapPropertiesEXTBuilder<'a>
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> UnsafeUnpin 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