Class VkPerformanceValueDataINTEL

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPerformanceValueDataINTEL extends Struct<VkPerformanceValueDataINTEL> implements NativeResource

 union VkPerformanceValueDataINTEL {
     uint32_t value32;
     uint64_t value64;
     float valueFloat;
     VkBool32 valueBool;
     char const * valueString;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int VALUE32
      The struct member offsets.
    • VALUE64

      public static final int VALUE64
      The struct member offsets.
    • VALUEFLOAT

      public static final int VALUEFLOAT
      The struct member offsets.
    • VALUEBOOL

      public static final int VALUEBOOL
      The struct member offsets.
    • VALUESTRING

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

    • VkPerformanceValueDataINTEL

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