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