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