Class XrPassthroughColorMapInterpolatedLutMETA

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrPassthroughColorMapInterpolatedLutMETA extends Struct<XrPassthroughColorMapInterpolatedLutMETA> implements NativeResource
struct XrPassthroughColorMapInterpolatedLutMETA {
    XrStructureType type;
    void const * next;
    XrPassthroughColorLutMETA sourceColorLut;
    XrPassthroughColorLutMETA targetColorLut;
    float weight;
}