The members of GLKit.GLKTextureOperations are listed below.
See Also: Inherited members from Foundation.DictionaryContainer
| Default constructor, creates an empty set of configuration options. | ||
| Creates a GLKTextureOperations from an existing NSDictionary instance. |
| ApplyPremultiplication | Nullable<bool>. Whether the texture should be pre-multiplied with the encoded Alpha channel or not. | |
| GenerateMipmaps | Nullable<bool>. Whether mipmaps should be generated for the texture. | |
| GrayscaleAsAlpha | Nullable<bool>. On greyscale images, controls whether the image is loaded as GL_ALPHA or GL_LUMINANCE. | |
| OriginBottomLeft | Nullable<bool>. Whether to flip the image coordinates to match the OpenGL coordinate space. | |
| SRGB | Nullable<bool>. Documentation for this section has not yet been entered. |