OpenGL-2.8.0.0: A binding for the OpenGL graphics system

Portabilityportable
Stabilitystable
Maintainersven.panne@aedion.de
Safe HaskellNone

Graphics.Rendering.OpenGL.GLU.ErrorsInternal

Description

This is a purely internal module corresponding to some parts of section 2.5 (GL Errors) of the OpenGL 2.1 specs and chapter 8 (Errors) of the GLU specs.

Synopsis

Documentation

data Error Source

GL/GLU errors consist of a general error category and a description of what went wrong.

Constructors

Error ErrorCategory String 

Instances