Class XrPassthroughColorLutMETA

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

public class XrPassthroughColorLutMETA extends org.lwjgl.system.Pointer.Default
Wraps an XrPassthroughColorLutMETA handle.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer

    org.lwjgl.system.Pointer.Default
  • Field Summary

    Fields inherited from interface org.lwjgl.system.Pointer

    BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
  • Constructor Summary

    Constructors
    Constructor
    Description
    XrPassthroughColorLutMETA(long handle, XrPassthroughFB passthroughFB)
    Creates an XrPassthroughColorLutMETA using the specified native handle and XrPassthroughFB.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the XrPassthroughFB from which this handle was created.

    Methods inherited from class org.lwjgl.system.Pointer.Default

    address, equals, hashCode, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • 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()