Class XrPassthroughColorLutUpdateInfoMETA

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

public class XrPassthroughColorLutUpdateInfoMETA extends org.lwjgl.system.Struct<XrPassthroughColorLutUpdateInfoMETA> implements org.lwjgl.system.NativeResource
Passthrough color LUT update info.
Description

The LUT data may be updated for an existing color LUT, while channels and resolution remain constant after creation. Hence, the value of XrPassthroughColorLutDataMETA::bufferSize in data must be equal to the buffer size specified at creation. Otherwise, the runtime must return ERROR_PASSTHROUGH_COLOR_LUT_BUFFER_SIZE_MISMATCH_META.

Valid Usage (Implicit)
See Also

XrPassthroughColorLutDataMETA, UpdatePassthroughColorLutMETA

Layout


 struct XrPassthroughColorLutUpdateInfoMETA {
     XrStructureType type();
     void const * next();
     XrPassthroughColorLutDataMETA data();
 }