#[repr(transparent)]pub struct PhysicalDeviceTimelineSemaphorePropertiesBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceTimelineSemaphorePropertiesBuilder<'a>
impl<'a> PhysicalDeviceTimelineSemaphorePropertiesBuilder<'a>
pub fn max_timeline_semaphore_value_difference( self, max_timeline_semaphore_value_difference: u64 ) -> Self
sourcepub fn build(self) -> PhysicalDeviceTimelineSemaphoreProperties
pub fn build(self) -> PhysicalDeviceTimelineSemaphoreProperties
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.