Class XrSystemPassthroughColorLutPropertiesMETA

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

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

When the XR_META_passthrough_color_lut extension is enabled, an application may pass in an XrSystemPassthroughColorLutPropertiesMETA structure in next chain structure when calling GetSystemProperties to acquire information about the connected system.

The runtime must populate the XrSystemPassthroughColorLutPropertiesMETA structure with the relevant information to the XrSystemProperties returned by the GetSystemProperties call.

Valid Usage (Implicit)
See Also

XrSystemProperties

Layout


 struct XrSystemPassthroughColorLutPropertiesMETA {
     XrStructureType type();
     void const * next();
     uint32_t maxColorLutResolution();
 }