bullet3/btgui/OpenGLWindow/GLPrimInternalData.h
2013-03-13 00:22:35 -07:00

20 lines
396 B
C

#ifndef PRIM_INTERNAL_DATA
#define PRIM_INTERNAL_DATA
#include "OpenGLInclude.h"
struct PrimInternalData
{
GLuint m_shaderProg;
GLint m_positionUniform;
GLint m_colourAttribute;
GLint m_positionAttribute;
GLint m_textureAttribute;
GLuint m_vertexBuffer;
GLuint m_vertexArrayObject;
GLuint m_indexBuffer;
GLuint m_texturehandle;
};
#endif //PRIM_INTERNAL_DATA