Class XrCompositionLayerColorScaleBiasKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrCompositionLayerColorScaleBiasKHR extends Struct<XrCompositionLayerColorScaleBiasKHR> implements NativeResource

 struct XrCompositionLayerColorScaleBiasKHR {
     XrStructureType type;
     void const * next;
     {@link XrColor4f XrColor4f} colorScale;
     {@link XrColor4f XrColor4f} colorBias;
 }