Schnittstelle TextureError


public interface TextureError
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    The image data appears corrupted
    static final int
    Not enough memory to handle this image
    static final int
    The image contains features
    that cannot be loaded
    static final int
    The image format is not supported
  • Felddetails

    • TOO_LARGE

      static final int TOO_LARGE
      Not enough memory to handle this image
      Siehe auch:
    • CORRUPT_IMAGE

      static final int CORRUPT_IMAGE
      The image data appears corrupted
      Siehe auch:
    • UNSUPPORTED_CONTENT

      static final int UNSUPPORTED_CONTENT
      The image contains features
      that cannot be loaded
      Siehe auch:
    • UNSUPPORTED_FORMAT

      static final int UNSUPPORTED_FORMAT
      The image format is not supported
      Siehe auch: