Class VkDrawMeshTasksIndirectCommandNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkDrawMeshTasksIndirectCommandNV extends Struct<VkDrawMeshTasksIndirectCommandNV> implements NativeResource
Structure specifying a mesh tasks draw indirect command.
Description

The members of VkDrawMeshTasksIndirectCommandNV have the same meaning as the similarly named parameters of CmdDrawMeshTasksNV.

Valid Usage
See Also

CmdDrawMeshTasksIndirectNV

Layout


 struct VkDrawMeshTasksIndirectCommandNV {
     uint32_t taskCount();
     uint32_t firstTask();
 }