Package apple.glkit.enums
Class GLKTextureLoaderError
- java.lang.Object
-
- apple.glkit.enums.GLKTextureLoaderError
-
public final class GLKTextureLoaderError extends java.lang.ObjectError codes
-
-
Field Summary
Fields Modifier and Type Field Description static intAlphaPremultiplicationFailurestatic intCompressedTextureUploadstatic intCubeMapInvalidNumFilesstatic intDataPreprocessingFailurestatic intFileOrURLNotFoundstatic intIncompatibleFormatSRGBstatic intInvalidCGImagestatic intInvalidEAGLContextstatic intInvalidNSDatastatic intMipmapUnsupportedstatic intPVRAtlasUnsupportedstatic intReorientationFailurestatic intUncompressedTextureUploadstatic intUnknownFileTypestatic intUnknownPathTypestatic intUnsupportedBitDepthstatic intUnsupportedCubeMapDimensionsstatic intUnsupportedOrientationstatic intUnsupportedPVRFormatstatic intUnsupportedTextureTarget
-
-
-
Field Detail
-
FileOrURLNotFound
public static final int FileOrURLNotFound
- See Also:
- Constant Field Values
-
InvalidNSData
public static final int InvalidNSData
- See Also:
- Constant Field Values
-
InvalidCGImage
public static final int InvalidCGImage
- See Also:
- Constant Field Values
-
UnknownPathType
public static final int UnknownPathType
- See Also:
- Constant Field Values
-
UnknownFileType
public static final int UnknownFileType
- See Also:
- Constant Field Values
-
PVRAtlasUnsupported
public static final int PVRAtlasUnsupported
- See Also:
- Constant Field Values
-
CubeMapInvalidNumFiles
public static final int CubeMapInvalidNumFiles
- See Also:
- Constant Field Values
-
CompressedTextureUpload
public static final int CompressedTextureUpload
- See Also:
- Constant Field Values
-
UncompressedTextureUpload
public static final int UncompressedTextureUpload
- See Also:
- Constant Field Values
-
UnsupportedCubeMapDimensions
public static final int UnsupportedCubeMapDimensions
- See Also:
- Constant Field Values
-
UnsupportedBitDepth
public static final int UnsupportedBitDepth
- See Also:
- Constant Field Values
-
UnsupportedPVRFormat
public static final int UnsupportedPVRFormat
- See Also:
- Constant Field Values
-
DataPreprocessingFailure
public static final int DataPreprocessingFailure
- See Also:
- Constant Field Values
-
MipmapUnsupported
public static final int MipmapUnsupported
- See Also:
- Constant Field Values
-
UnsupportedOrientation
public static final int UnsupportedOrientation
- See Also:
- Constant Field Values
-
ReorientationFailure
public static final int ReorientationFailure
- See Also:
- Constant Field Values
-
AlphaPremultiplicationFailure
public static final int AlphaPremultiplicationFailure
- See Also:
- Constant Field Values
-
InvalidEAGLContext
public static final int InvalidEAGLContext
- See Also:
- Constant Field Values
-
IncompatibleFormatSRGB
public static final int IncompatibleFormatSRGB
- See Also:
- Constant Field Values
-
UnsupportedTextureTarget
public static final int UnsupportedTextureTarget
- See Also:
- Constant Field Values
-
-