Class XrPassthroughColorLutUpdateInfoMETA

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrPassthroughColorLutUpdateInfoMETA extends Struct<XrPassthroughColorLutUpdateInfoMETA> implements NativeResource

 struct XrPassthroughColorLutUpdateInfoMETA {
     XrStructureType type;
     void const * next;
     {@link XrPassthroughColorLutDataMETA XrPassthroughColorLutDataMETA} data;
 }