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