| GLUT-2.1.1.1: A binding for the OpenGL Utility Toolkit | Contents | Index |
|
Graphics.UI.GLUT.Debugging | Portability | portable | Stability | stable | Maintainer | sven.panne@aedion.de |
|
|
|
Description |
This module contains a simple utility routine to report any pending GL
errors.
|
|
Synopsis |
|
|
|
Documentation |
|
reportErrors :: IO () |
Report any pending GL errors to stderr (which is typically the console).
If there are no pending errors, this routine does nothing. Note that the
error flags are reset after this action, i.e. there are no pending errors
left afterwards.
|
|
Produced by Haddock version 0.8 |