Class XrInstanceProperties

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrInstanceProperties extends Struct<XrInstanceProperties> implements NativeResource

 struct XrInstanceProperties {
     XrStructureType type;
     void * next;
     XrVersion runtimeVersion;
     char runtimeName[XR_MAX_RUNTIME_NAME_SIZE];
 }
  • Field Details Link icon

    • SIZEOF Link icon

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

      public static final int ALIGNOF
      The struct alignment in bytes.
    • TYPE Link icon

      public static final int TYPE
      The struct member offsets.
    • NEXT Link icon

      public static final int NEXT
      The struct member offsets.
    • RUNTIMEVERSION Link icon

      public static final int RUNTIMEVERSION
      The struct member offsets.
    • RUNTIMENAME Link icon

      public static final int RUNTIMENAME
      The struct member offsets.
  • Constructor Details Link icon

    • XrInstanceProperties Link icon

      public XrInstanceProperties(ByteBuffer container)
      Creates a XrInstanceProperties 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 Link icon