Struct screen_13::prelude::vk::CheckpointData2NVBuilder
source · pub struct CheckpointData2NVBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> CheckpointData2NVBuilder<'a>
impl<'a> CheckpointData2NVBuilder<'a>
pub fn stage(self, stage: PipelineStageFlags2) -> CheckpointData2NVBuilder<'a>
pub fn checkpoint_marker(
self,
checkpoint_marker: *mut c_void
) -> CheckpointData2NVBuilder<'a>
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.
Trait Implementations§
source§impl<'a> Deref for CheckpointData2NVBuilder<'a>
impl<'a> Deref for CheckpointData2NVBuilder<'a>
§type Target = CheckpointData2NV
type Target = CheckpointData2NV
The resulting type after dereferencing.