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