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