Struct ash::vk::CommandBufferInheritanceConditionalRenderingInfoEXTBuilder [−][src]
#[repr(transparent)]pub struct CommandBufferInheritanceConditionalRenderingInfoEXTBuilder<'a> { /* fields omitted */ }
Implementations
pub fn conditional_rendering_enable(
self,
conditional_rendering_enable: bool
) -> CommandBufferInheritanceConditionalRenderingInfoEXTBuilder<'a>
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.
Methods from Deref<Target = CommandBufferInheritanceConditionalRenderingInfoEXT>
Trait Implementations
The resulting type after dereferencing.