Interface GLError


public interface GLError
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    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
  • Field Details

    • NOT_AVAILABLE

      static final int NOT_AVAILABLE
      OpenGL support is not available
      See Also:
    • UNSUPPORTED_FORMAT

      static final int UNSUPPORTED_FORMAT
      The requested visual format is not supported
      See Also:
    • UNSUPPORTED_PROFILE

      static final int UNSUPPORTED_PROFILE
      The requested profile is not supported
      See Also:
    • COMPILATION_FAILED

      static final int COMPILATION_FAILED
      The shader compilation failed
      See Also: