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 moreimpl Send for NvMeshShaderFn
impl Sync for NvMeshShaderFn
Auto Trait Implementations§
impl RefUnwindSafe for NvMeshShaderFn
impl Unpin for NvMeshShaderFn
impl UnwindSafe for NvMeshShaderFn
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more