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