#[repr(transparent)]pub struct Win32KeyedMutexAcquireReleaseInfoKHRBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> Win32KeyedMutexAcquireReleaseInfoKHRBuilder<'a>
impl<'a> Win32KeyedMutexAcquireReleaseInfoKHRBuilder<'a>
pub fn acquire_syncs(self, acquire_syncs: &'a [DeviceMemory]) -> Self
pub fn acquire_keys(self, acquire_keys: &'a [u64]) -> Self
pub fn acquire_timeouts(self, acquire_timeouts: &'a [u32]) -> Self
pub fn release_syncs(self, release_syncs: &'a [DeviceMemory]) -> Self
pub fn release_keys(self, release_keys: &'a [u64]) -> Self
sourcepub fn build(self) -> Win32KeyedMutexAcquireReleaseInfoKHR
pub fn build(self) -> Win32KeyedMutexAcquireReleaseInfoKHR
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.