Class VkGpaPerfBlockPropertiesAMD

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkGpaPerfBlockPropertiesAMD extends Struct<VkGpaPerfBlockPropertiesAMD> implements NativeResource
struct VkGpaPerfBlockPropertiesAMD {
    VkGpaPerfBlockAMD blockType;
    VkGpaPerfBlockPropertiesFlagsAMD flags;
    uint32_t instanceCount;
    uint32_t maxEventID;
    uint32_t maxGlobalOnlyCounters;
    uint32_t maxGlobalSharedCounters;
    uint32_t maxStreamingCounters;
}
  • Field Details

    • SIZEOF

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

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

      public static final int BLOCKTYPE
      The struct member offsets.
    • FLAGS

      public static final int FLAGS
      The struct member offsets.
    • INSTANCECOUNT

      public static final int INSTANCECOUNT
      The struct member offsets.
    • MAXEVENTID

      public static final int MAXEVENTID
      The struct member offsets.
    • MAXGLOBALONLYCOUNTERS

      public static final int MAXGLOBALONLYCOUNTERS
      The struct member offsets.
    • MAXGLOBALSHAREDCOUNTERS

      public static final int MAXGLOBALSHAREDCOUNTERS
      The struct member offsets.
    • MAXSTREAMINGCOUNTERS

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

    • VkGpaPerfBlockPropertiesAMD

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