Class XrInstance

All Implemented Interfaces:
Pointer

public class XrInstance extends Pointer.Default
Wraps an XrInstance handle.
  • Constructor Details

    • XrInstance

      public XrInstance(long handle, XrInstanceCreateInfo ci)
      Creates an XrInstance instance for the specified native handle.
      Parameters:
      handle - the native XrInstance handle
      ci - the XrInstanceCreateInfo structured used to create the handle.
  • Method Details