| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.GL.Low.Error
Documentation
data GLError
Detectable errors.
Constructors
| InvalidEnum | Enum argument out of range. |
| InvalidValue | Integer argument out of range. |
| InvalidOperation | Operation illegal in current state. |
| InvalidFramebufferOperation | Framebuffer is not complete. |
| OutOfMemory |
getGLError :: IO (Maybe GLError)
Check for a GL Error.