Struct screen_13::prelude::vk::DispatchIndirectCommandBuilder
source · pub struct DispatchIndirectCommandBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> DispatchIndirectCommandBuilder<'a>
impl<'a> DispatchIndirectCommandBuilder<'a>
pub fn x(self, x: u32) -> DispatchIndirectCommandBuilder<'a>
pub fn y(self, y: u32) -> DispatchIndirectCommandBuilder<'a>
pub fn z(self, z: u32) -> DispatchIndirectCommandBuilder<'a>
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.
Trait Implementations§
source§impl<'a> Deref for DispatchIndirectCommandBuilder<'a>
impl<'a> Deref for DispatchIndirectCommandBuilder<'a>
§type Target = DispatchIndirectCommand
type Target = DispatchIndirectCommand
The resulting type after dereferencing.