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