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