GLKTextureLoaderError Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration whose values specify errors relating to texture loading.
public enum GLKTextureLoaderError
type GLKTextureLoaderError =
- Inheritance
-
GLKTextureLoaderError
Fields
Name | Value | Description |
---|---|---|
FileOrURLNotFound | 0 | |
InvalidNSData | 1 | |
InvalidCGImage | 2 | |
UnknownPathType | 3 | |
UnknownFileType | 4 | |
PVRAtlasUnsupported | 5 | |
CubeMapInvalidNumFiles | 6 | |
CompressedTextureUpload | 7 | |
UncompressedTextureUpload | 8 | |
UnsupportedCubeMapDimensions | 9 | |
UnsupportedBitDepth | 10 | |
UnsupportedPVRFormat | 11 | |
DataPreprocessingFailure | 12 | |
MipmapUnsupported | 13 | |
UnsupportedOrientation | 14 | |
ReorientationFailure | 15 | |
AlphaPremultiplicationFailure | 16 | |
InvalidEAGLContext | 17 | |
IncompatibleFormatSRGB | 18 | |
UnsupportedTextureTarget | 19 |