Struct ash::vk::DrawMeshTasksIndirectCommandNV
source · #[repr(C)]pub struct DrawMeshTasksIndirectCommandNV {
pub task_count: u32,
pub first_task: u32,
}
Expand description
Fields§
§task_count: u32
§first_task: u32
Implementations§
source§impl DrawMeshTasksIndirectCommandNV
impl DrawMeshTasksIndirectCommandNV
pub fn builder<'a>() -> DrawMeshTasksIndirectCommandNVBuilder<'a>
Trait Implementations§
source§impl Clone for DrawMeshTasksIndirectCommandNV
impl Clone for DrawMeshTasksIndirectCommandNV
source§fn clone(&self) -> DrawMeshTasksIndirectCommandNV
fn clone(&self) -> DrawMeshTasksIndirectCommandNV
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for DrawMeshTasksIndirectCommandNV
impl Default for DrawMeshTasksIndirectCommandNV
source§fn default() -> DrawMeshTasksIndirectCommandNV
fn default() -> DrawMeshTasksIndirectCommandNV
Returns the “default value” for a type. Read more