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
) -> PhysicalDeviceDepthClipControlFeaturesEXTBuilder<'a>
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>
§type Target = PhysicalDeviceDepthClipControlFeaturesEXT
type Target = PhysicalDeviceDepthClipControlFeaturesEXT
The resulting type after dereferencing.