Contents

GLKTextureLoaderOriginBottomLeft

Whether or not to vertically flip image data to match OpenGL’s coordinate system.

Declaration

let GLKTextureLoaderOriginBottomLeft: String

Discussion

The value for this key is an NSNumber object that specifies a boolean value. If false, the image data is not flipped. If true, the image data is flipped before being loaded. If the key is not specified, the default value is false.

See Also

Constants