GLKit.GLKTextureOperations Members

The members of GLKit.GLKTextureOperations are listed below.

See Also: Inherited members from Foundation.DictionaryContainer

Public Constructors

Default constructor, creates an empty set of configuration options.
Creates a GLKTextureOperations from an existing NSDictionary instance.

Public Properties

ApplyPremultiplicationNullable<bool>. Whether the texture should be pre-multiplied with the encoded Alpha channel or not.
GenerateMipmapsNullable<bool>. Whether mipmaps should be generated for the texture.
GrayscaleAsAlphaNullable<bool>. On greyscale images, controls whether the image is loaded as GL_ALPHA or GL_LUMINANCE.
OriginBottomLeftNullable<bool>. Whether to flip the image coordinates to match the OpenGL coordinate space.
SRGBNullable<bool>. Documentation for this section has not yet been entered.