Class XrPassthroughColorLutMETA

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

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

    • XrPassthroughColorLutMETA

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

    • getPassthroughFB

      public XrPassthroughFB getPassthroughFB()
      Returns the XrPassthroughFB from which this handle was created.
    • getCapabilities

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