Class VkDrawMeshTasksIndirectCommandEXT

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkDrawMeshTasksIndirectCommandEXT>
org.lwjgl.vulkan.VkDrawMeshTasksIndirectCommandEXT
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkDrawMeshTasksIndirectCommandEXT extends org.lwjgl.system.Struct<VkDrawMeshTasksIndirectCommandEXT> implements org.lwjgl.system.NativeResource
Structure specifying a mesh tasks draw indirect command.
Description

The members of VkDrawMeshTasksIndirectCommandEXT have the same meaning as the similarly named parameters of CmdDrawMeshTasksEXT.

Valid Usage
See Also

CmdDrawMeshTasksIndirectEXT

Layout


 struct VkDrawMeshTasksIndirectCommandEXT {
     uint32_t groupCountX();
     uint32_t groupCountY();
     uint32_t groupCountZ();
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • GROUPCOUNTX

      public static final int GROUPCOUNTX
      The struct member offsets.
    • GROUPCOUNTY

      public static final int GROUPCOUNTY
      The struct member offsets.
    • GROUPCOUNTZ

      public static final int GROUPCOUNTZ
      The struct member offsets.
  • Constructor Details

    • VkDrawMeshTasksIndirectCommandEXT

      public VkDrawMeshTasksIndirectCommandEXT(ByteBuffer container)
      Creates a VkDrawMeshTasksIndirectCommandEXT instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details