Tidying up and Linux fixes for basic example.

This commit is contained in:
David Williams
2010-07-10 07:30:32 +00:00
parent 4478037edc
commit 248c5f72fd
2 changed files with 9 additions and 17 deletions

View File

@ -26,9 +26,7 @@ distribution.
#include "SurfaceMesh.h"
#ifdef WIN32
#include "glew/glew.h"
#endif
#include <QGLWidget>
@ -55,7 +53,7 @@ private:
//Index/vertex buffer data
GLuint m_uBeginIndex;
GLuint m_uEndIndex;
GLulong noOfIndices;
GLuint noOfIndices;
GLuint indexBuffer;
GLuint vertexBuffer;