Struct ash::vk::SubpassBeginInfoBuilder
source · #[repr(transparent)]pub struct SubpassBeginInfoBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> SubpassBeginInfoBuilder<'a>
impl<'a> SubpassBeginInfoBuilder<'a>
pub fn contents(self, contents: SubpassContents) -> Self
sourcepub fn build(self) -> SubpassBeginInfo
pub fn build(self) -> SubpassBeginInfo
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.