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