#[repr(transparent)]pub struct PipelineViewportDepthClipControlCreateInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PipelineViewportDepthClipControlCreateInfoEXTBuilder<'a>
impl<'a> PipelineViewportDepthClipControlCreateInfoEXTBuilder<'a>
pub fn negative_one_to_one(self, negative_one_to_one: bool) -> Self
sourcepub fn build(self) -> PipelineViewportDepthClipControlCreateInfoEXT
pub fn build(self) -> PipelineViewportDepthClipControlCreateInfoEXT
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.