Class VkConformanceVersion

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
VkConformanceVersionKHR

public class VkConformanceVersion extends Struct<VkConformanceVersion> implements NativeResource
struct VkConformanceVersion {
    uint8_t major;
    uint8_t minor;
    uint8_t subminor;
    uint8_t patch;
}
  • Field Details

    • SIZEOF

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

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

      public static final int MAJOR
      The struct member offsets.
    • MINOR

      public static final int MINOR
      The struct member offsets.
    • SUBMINOR

      public static final int SUBMINOR
      The struct member offsets.
    • PATCH

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

    • VkConformanceVersion

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