Class XrEnvironmentDepthProviderMETA

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

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

    • XrEnvironmentDepthProviderMETA

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

    • getSession

      public XrSession getSession()
      Returns the XrSession from which this handle was created.
    • getCapabilities

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