Namespaces | Defines
rtcMeshSet3DVBONode.cpp File Reference
#include <GL/glew.h>
#include "rtc/rtcMeshSet3DVBONode.h"
Include dependency graph for rtcMeshSet3DVBONode.cpp:

Go to the source code of this file.

Namespaces

namespace  rtc

Defines

#define CHECKGL   while(true){int err=glGetError();if (err==0) break;else printf("OpenGL ERROR: %d, at %s, line %d\n",err,__FILE__,__LINE__);}
#define VBO_COLOR   0x02
#define VBO_NORMAL   0x01
#define VBO_TEXCOORD   0x04
#define VBO_TEXTURE   0x08

Define Documentation

#define CHECKGL   while(true){int err=glGetError();if (err==0) break;else printf("OpenGL ERROR: %d, at %s, line %d\n",err,__FILE__,__LINE__);}

Definition at line 27 of file rtcMeshSet3DVBONode.cpp.

#define VBO_COLOR   0x02

Definition at line 23 of file rtcMeshSet3DVBONode.cpp.

#define VBO_NORMAL   0x01

Definition at line 22 of file rtcMeshSet3DVBONode.cpp.

#define VBO_TEXCOORD   0x04

Definition at line 24 of file rtcMeshSet3DVBONode.cpp.

#define VBO_TEXTURE   0x08

Definition at line 25 of file rtcMeshSet3DVBONode.cpp.



rtc
Author(s): Benjamin Pitzer
autogenerated on Thu Jan 2 2014 11:04:54