Struct ash::vk::ConditionalRenderingBeginInfoEXTBuilder
source · #[repr(transparent)]pub struct ConditionalRenderingBeginInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ConditionalRenderingBeginInfoEXTBuilder<'a>
impl<'a> ConditionalRenderingBeginInfoEXTBuilder<'a>
pub fn buffer(self, buffer: Buffer) -> Self
pub fn offset(self, offset: DeviceSize) -> Self
pub fn flags(self, flags: ConditionalRenderingFlagsEXT) -> Self
sourcepub fn build(self) -> ConditionalRenderingBeginInfoEXT
pub fn build(self) -> ConditionalRenderingBeginInfoEXT
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.