Struct ash::vk::PastPresentationTimingGOOGLEBuilder [−][src]
#[repr(transparent)]pub struct PastPresentationTimingGOOGLEBuilder<'a> { /* fields omitted */ }
Implementations
pub fn desired_present_time(
self,
desired_present_time: u64
) -> PastPresentationTimingGOOGLEBuilder<'a>
pub fn actual_present_time(
self,
actual_present_time: u64
) -> PastPresentationTimingGOOGLEBuilder<'a>
pub fn earliest_present_time(
self,
earliest_present_time: u64
) -> PastPresentationTimingGOOGLEBuilder<'a>
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.
Methods from Deref<Target = PastPresentationTimingGOOGLE>
Trait Implementations
The resulting type after dereferencing.