#[repr(transparent)]pub struct CommandBufferInheritanceViewportScissorInfoNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> CommandBufferInheritanceViewportScissorInfoNVBuilder<'a>
impl<'a> CommandBufferInheritanceViewportScissorInfoNVBuilder<'a>
pub fn viewport_scissor2_d(self, viewport_scissor2_d: bool) -> Self
pub fn viewport_depth_count(self, viewport_depth_count: u32) -> Self
pub fn viewport_depths(self, viewport_depths: &'a Viewport) -> Self
sourcepub fn build(self) -> CommandBufferInheritanceViewportScissorInfoNV
pub fn build(self) -> CommandBufferInheritanceViewportScissorInfoNV
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.