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