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