Struct ash::vk::NvMeshShaderFn
source · pub struct NvMeshShaderFn {
pub cmd_draw_mesh_tasks_nv: PFN_vkCmdDrawMeshTasksNV,
pub cmd_draw_mesh_tasks_indirect_nv: PFN_vkCmdDrawMeshTasksIndirectNV,
pub cmd_draw_mesh_tasks_indirect_count_nv: PFN_vkCmdDrawMeshTasksIndirectCountNV,
}
Fields§
§cmd_draw_mesh_tasks_nv: PFN_vkCmdDrawMeshTasksNV
§cmd_draw_mesh_tasks_indirect_nv: PFN_vkCmdDrawMeshTasksIndirectNV
§cmd_draw_mesh_tasks_indirect_count_nv: PFN_vkCmdDrawMeshTasksIndirectCountNV
Implementations§
Trait Implementations§
source§impl Clone for NvMeshShaderFn
impl Clone for NvMeshShaderFn
source§fn clone(&self) -> NvMeshShaderFn
fn clone(&self) -> NvMeshShaderFn
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 more