#[repr(transparent)]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.