Package ch.bailu.gtk.gdk
Schnittstelle TextureError
public interface TextureError
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
The image data appears corruptedstatic final int
Not enough memory to handle this imagestatic final int
The image contains features
that cannot be loadedstatic final int
The image format is not supported
-
Felddetails
-
TOO_LARGE
static final int TOO_LARGENot enough memory to handle this image- Siehe auch:
-
CORRUPT_IMAGE
static final int CORRUPT_IMAGEThe image data appears corrupted- Siehe auch:
-
UNSUPPORTED_CONTENT
static final int UNSUPPORTED_CONTENTThe image contains features
that cannot be loaded- Siehe auch:
-
UNSUPPORTED_FORMAT
static final int UNSUPPORTED_FORMATThe image format is not supported- Siehe auch:
-