VkCmdDrawMeshTasksNV typedef

VkCmdDrawMeshTasksNV = void Function(Pointer<VkCommandBuffer> commandBuffer, int taskCount, int firstTask)

Implementation

typedef VkCmdDrawMeshTasksNV = void Function(
    Pointer<VkCommandBuffer> commandBuffer, int taskCount, int firstTask);