Class XrCompositionLayerColorScaleBiasKHR

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

public class XrCompositionLayerColorScaleBiasKHR extends org.lwjgl.system.Struct<XrCompositionLayerColorScaleBiasKHR> implements org.lwjgl.system.NativeResource
defines color scale and bias for layer textures.
Description

XrCompositionLayerColorScaleBiasKHR contains the information needed to scale and bias the color of layer textures.

The XrCompositionLayerColorScaleBiasKHR structure can be applied by applications to composition layers by adding an instance of the struct to the XrCompositionLayerBaseHeader::next list.

Valid Usage (Implicit)
See Also

XrColor4f, XrCompositionLayerBaseHeader

Layout


 struct XrCompositionLayerColorScaleBiasKHR {
     XrStructureType type();
     void const * next();
     XrColor4f colorScale();
     XrColor4f colorBias();
 }