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