Struct ash::vk::CommandBufferSubmitInfoBuilder
source · #[repr(transparent)]pub struct CommandBufferSubmitInfoBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> CommandBufferSubmitInfoBuilder<'a>
impl<'a> CommandBufferSubmitInfoBuilder<'a>
pub fn command_buffer(self, command_buffer: CommandBuffer) -> Self
pub fn device_mask(self, device_mask: u32) -> Self
sourcepub fn build(self) -> CommandBufferSubmitInfo
pub fn build(self) -> CommandBufferSubmitInfo
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.