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