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