Struct ash::vk::CommandBufferAllocateInfoBuilder
source · #[repr(transparent)]pub struct CommandBufferAllocateInfoBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> CommandBufferAllocateInfoBuilder<'a>
impl<'a> CommandBufferAllocateInfoBuilder<'a>
pub fn command_pool(self, command_pool: CommandPool) -> Self
pub fn level(self, level: CommandBufferLevel) -> Self
pub fn command_buffer_count(self, command_buffer_count: u32) -> Self
sourcepub fn build(self) -> CommandBufferAllocateInfo
pub fn build(self) -> CommandBufferAllocateInfo
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.