Class VkDispatchGraphInfoAMDX

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

public class VkDispatchGraphInfoAMDX extends org.lwjgl.system.Struct<VkDispatchGraphInfoAMDX> implements org.lwjgl.system.NativeResource
Structure specifying node parameters for execution graph dispatch.
Description

Whether payloads is consumed as a device or host pointer is defined by the command this structure is used in.

Valid Usage
See Also

VkDeviceOrHostAddressConstAMDX, VkDispatchGraphCountInfoAMDX

Layout


 struct VkDispatchGraphInfoAMDX {
     uint32_t nodeIndex();
     uint32_t payloadCount();
     VkDeviceOrHostAddressConstAMDX payloads();
     uint64_t payloadStride();
 }
  • Field Details

    • SIZEOF

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

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

      public static final int NODEINDEX
      The struct member offsets.
    • PAYLOADCOUNT

      public static final int PAYLOADCOUNT
      The struct member offsets.
    • PAYLOADS

      public static final int PAYLOADS
      The struct member offsets.
    • PAYLOADSTRIDE

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

    • VkDispatchGraphInfoAMDX

      public VkDispatchGraphInfoAMDX(ByteBuffer container)
      Creates a VkDispatchGraphInfoAMDX 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