Cortex  10.0.0-a4
Namespaces | Functions
GL.h File Reference
#include "GL/glew.h"
#include "OpenEXR/ImathVec.h"
#include "OpenEXR/ImathColor.h"
#include "IECoreGL/Export.h"
#include "IECoreGL/GL.inl"

Go to the source code of this file.

Namespaces

 IECoreGL
 The namespace within which all CoreGL functionality is defined.
 

Functions

IECOREGL_API void IECoreGL::glColor (const Imath::V3f &c)
 
IECOREGL_API void IECoreGL::glColor (const Imath::Color4f &c)
 
IECOREGL_API void IECoreGL::glVertex (const Imath::V3f &v)
 
IECOREGL_API void IECoreGL::glNormal (const Imath::V3f &n)
 
IECOREGL_API void IECoreGL::glTranslate (const Imath::V2f &t)
 
IECOREGL_API void IECoreGL::glTranslate (const Imath::V3f &t)
 

Detailed Description

Include this file to include the system OpenGL headers. It's better this way as the right way of including OpenGL varies from system to system.