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