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