Contents

GLKTextureLoaderSRGB

Whether or not to treat texture image data as sRGB data.

Declaration

let GLKTextureLoaderSRGB: String

Discussion

The value for this key is an NSNumber object that specifies a boolean value. If false, the image data is treated as linear pixel data. If true, the image data is treated as sRGB pixel data. The default value is false.

See Also

Constants