Class XrCompositionLayerColorScaleBiasKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrCompositionLayerColorScaleBiasKHR extends Struct<XrCompositionLayerColorScaleBiasKHR> implements NativeResource
struct XrCompositionLayerColorScaleBiasKHR {
    XrStructureType type;
    void const * next;
    XrColor4f colorScale;
    XrColor4f colorBias;
}