pub struct DrawMeshTasksIndirectCommandNVBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> DrawMeshTasksIndirectCommandNVBuilder<'a>
impl<'a> DrawMeshTasksIndirectCommandNVBuilder<'a>
pub fn task_count(
self,
task_count: u32
) -> DrawMeshTasksIndirectCommandNVBuilder<'a>
pub fn first_task(
self,
first_task: u32
) -> DrawMeshTasksIndirectCommandNVBuilder<'a>
sourcepub fn build(self) -> DrawMeshTasksIndirectCommandNV
pub fn build(self) -> DrawMeshTasksIndirectCommandNV
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 DrawMeshTasksIndirectCommandNVBuilder<'a>
impl<'a> Deref for DrawMeshTasksIndirectCommandNVBuilder<'a>
§type Target = DrawMeshTasksIndirectCommandNV
type Target = DrawMeshTasksIndirectCommandNV
The resulting type after dereferencing.