Class XrEnvironmentDepthSwapchainMETA

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

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

    • XrEnvironmentDepthSwapchainMETA

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

    • getEnvironmentDepthProviderMETA

      public XrEnvironmentDepthProviderMETA getEnvironmentDepthProviderMETA()
      Returns the XrEnvironmentDepthProviderMETA from which this handle was created.
    • getCapabilities

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