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