VkCmdDrawMeshTasksIndirectNVNative typedef

VkCmdDrawMeshTasksIndirectNVNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Pointer<VkBuffer> buffer, Uint64 offset, Uint32 drawCount, Uint32 stride)

Implementation

typedef VkCmdDrawMeshTasksIndirectNVNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Pointer<VkBuffer> buffer,
    Uint64 offset,
    Uint32 drawCount,
    Uint32 stride);