Namespaces | Functions

GL.h File Reference

Includes OpenGL's gl.h. This should be used instead of directly including gl.h, and before glu.h or others are included. This also contains a couple utility functions common to different parts of OpenGL. More...

Go to the source code of this file.

Namespaces

namespace  GFX
 

Graphics.


Functions

void GFX::ClearGLErrors ()
 Clears any OpenGL errors from the error queue.
GLenum GFX::GetGLError ()
 Returns and dequeues an entry from the OpenGL error queue. Returns GL_NO_ERROR if no errors occured.

Detailed Description

Includes OpenGL's gl.h. This should be used instead of directly including gl.h, and before glu.h or others are included. This also contains a couple utility functions common to different parts of OpenGL.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends