Enum ErrorCode
Describes an error during the texture import.
Namespace: KtxUnity
Assembly: Ktx.dll
Syntax
public enum ErrorCode
Fields
| Name | Description |
|---|---|
| FormatUnsupportedBySystem | The GraphicsFormat is unsupported by the current system. |
| InvalidFace | Face slice exceeds face count. |
| InvalidLayer | Layer index exceeds layer count. |
| InvalidLevel | MipMap level exceeds level count. |
| InvalidSlice | Face slice exceeds base depth. |
| LoadingFailed | Loading texture data failed. |
| NotSuperCompressed | Only super-compressed KTX is supported. |
| OpenUriFailed | Loading from URI returned a WebRequest error. |
| Success | Texture import was successful. |
| TranscodeFailed | Transcoding to GraphicsFormat failed. |
| UnsupportedFormat | The GraphicsFormat is unsupported by KTX Unity. |
| UnsupportedVersion | KTX v1 is not supported. |