pub struct PhysicalDeviceDepthClampZeroOneFeaturesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceDepthClampZeroOneFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceDepthClampZeroOneFeaturesEXTBuilder<'a>
pub fn depth_clamp_zero_one(self, depth_clamp_zero_one: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceDepthClampZeroOneFeaturesEXT
pub fn build(self) -> PhysicalDeviceDepthClampZeroOneFeaturesEXT
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 PhysicalDeviceDepthClampZeroOneFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceDepthClampZeroOneFeaturesEXTBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceDepthClampZeroOneFeaturesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceDepthClampZeroOneFeaturesEXTBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceDepthClampZeroOneFeaturesEXTBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceDepthClampZeroOneFeaturesEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceDepthClampZeroOneFeaturesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceDepthClampZeroOneFeaturesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceDepthClampZeroOneFeaturesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceDepthClampZeroOneFeaturesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceDepthClampZeroOneFeaturesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceDepthClampZeroOneFeaturesEXTBuilder<'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