Struct screen_13::prelude::vk::DrawMeshTasksIndirectCommandEXT
source · pub struct DrawMeshTasksIndirectCommandEXT {
pub group_count_x: u32,
pub group_count_y: u32,
pub group_count_z: u32,
}Expand description
Fields§
§group_count_x: u32§group_count_y: u32§group_count_z: u32Implementations§
source§impl DrawMeshTasksIndirectCommandEXT
impl DrawMeshTasksIndirectCommandEXT
pub fn builder<'a>() -> DrawMeshTasksIndirectCommandEXTBuilder<'a>
Trait Implementations§
source§impl Clone for DrawMeshTasksIndirectCommandEXT
impl Clone for DrawMeshTasksIndirectCommandEXT
source§fn clone(&self) -> DrawMeshTasksIndirectCommandEXT
fn clone(&self) -> DrawMeshTasksIndirectCommandEXT
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 DrawMeshTasksIndirectCommandEXT
impl Default for DrawMeshTasksIndirectCommandEXT
source§fn default() -> DrawMeshTasksIndirectCommandEXT
fn default() -> DrawMeshTasksIndirectCommandEXT
Returns the “default value” for a type. Read more