Package ch.bailu.gtk.gdk
Interface TextureError
public interface TextureError
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe image data appears corruptedstatic final intNot enough memory to handle this imagestatic final intThe image contains features
that cannot be loadedstatic final intThe image format is not supported
-
Field Details
-
TOO_LARGE
static final int TOO_LARGENot enough memory to handle this image- See Also:
-
CORRUPT_IMAGE
static final int CORRUPT_IMAGEThe image data appears corrupted- See Also:
-
UNSUPPORTED_CONTENT
static final int UNSUPPORTED_CONTENTThe image contains features
that cannot be loaded- See Also:
-
UNSUPPORTED_FORMAT
static final int UNSUPPORTED_FORMATThe image format is not supported- See Also:
-