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