Class XrSpatialSnapshotEXT

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.openxr.XrSpatialSnapshotEXT
All Implemented Interfaces:
Pointer

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

    • XrSpatialSnapshotEXT

      public XrSpatialSnapshotEXT(long handle, XrSpatialContextEXT spatialContextEXT)
      Creates an XrSpatialSnapshotEXT using the specified native handle and XrSpatialContextEXT.
      Parameters:
      handle - the native XrSpatialSnapshotEXT handle
      spatialContextEXT - the XrSpatialContextEXT from which handle was created
  • Method Details

    • getSpatialContextEXT

      public XrSpatialContextEXT getSpatialContextEXT()
      Returns the XrSpatialContextEXT from which this handle was created.
    • getCapabilities

      public XRCapabilities getCapabilities()
      Returns the XRCapabilities instance associated with this dispatchable handle.