Struct screen_13::prelude::vk::PresentFrameTokenGGPBuilder
source · pub struct PresentFrameTokenGGPBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PresentFrameTokenGGPBuilder<'a>
impl<'a> PresentFrameTokenGGPBuilder<'a>
pub fn frame_token(self, frame_token: u64) -> PresentFrameTokenGGPBuilder<'a>
sourcepub fn build(self) -> PresentFrameTokenGGP
pub fn build(self) -> PresentFrameTokenGGP
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 PresentFrameTokenGGPBuilder<'a>
impl<'a> Deref for PresentFrameTokenGGPBuilder<'a>
§type Target = PresentFrameTokenGGP
type Target = PresentFrameTokenGGP
The resulting type after dereferencing.