Class XrPassthroughColorMapLutMETA

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrPassthroughColorMapLutMETA extends Struct<XrPassthroughColorMapLutMETA> implements NativeResource

 struct XrPassthroughColorMapLutMETA {
     XrStructureType type;
     void const * next;
     XrPassthroughColorLutMETA colorLut;
     float weight;
 }