Schnittstelle GLError


public interface GLError
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    The shader compilation failed
    static final int
    The shader linking failed
    static final int
    OpenGL support is not available
    static final int
    The requested visual format is not supported
    static final int
    The requested profile is not supported
  • Felddetails

    • NOT_AVAILABLE

      static final int NOT_AVAILABLE
      OpenGL support is not available
      Siehe auch:
    • UNSUPPORTED_FORMAT

      static final int UNSUPPORTED_FORMAT
      The requested visual format is not supported
      Siehe auch:
    • UNSUPPORTED_PROFILE

      static final int UNSUPPORTED_PROFILE
      The requested profile is not supported
      Siehe auch:
    • COMPILATION_FAILED

      static final int COMPILATION_FAILED
      The shader compilation failed
      Siehe auch: