Class XrPassthroughColorLutDataMETA

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrPassthroughColorLutDataMETA>
org.lwjgl.openxr.XrPassthroughColorLutDataMETA
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrPassthroughColorLutDataMETA extends org.lwjgl.system.Struct<XrPassthroughColorLutDataMETA> implements org.lwjgl.system.NativeResource
Passthrough color LUT data.
Description

XrPassthroughColorLutDataMETA defines the LUT data for a color LUT. This structure is used when creating and updating color LUTs.

Valid Usage (Implicit)
See Also

XrPassthroughColorLutCreateInfoMETA, XrPassthroughColorLutUpdateInfoMETA

Layout


 struct XrPassthroughColorLutDataMETA {
     uint32_t bufferSize();
     uint8_t const * buffer();
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • BUFFERSIZE

      public static final int BUFFERSIZE
      The struct member offsets.
    • BUFFER

      public static final int BUFFER
      The struct member offsets.
  • Constructor Details

    • XrPassthroughColorLutDataMETA

      public XrPassthroughColorLutDataMETA(ByteBuffer container)
      Creates a XrPassthroughColorLutDataMETA instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details