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