Small fixes and some comments.

This commit is contained in:
David Williams
2009-03-18 23:13:34 +00:00
parent 74292f7a62
commit 1dcec5bd3b
3 changed files with 34 additions and 23 deletions

View File

@ -12,7 +12,7 @@ struct OpenGLSurfacePatch
GLuint vertexBuffer;
};
OpenGLSurfacePatch BuildOpenGLSurfacePatch(PolyVox::IndexedSurfacePatch& isp);
OpenGLSurfacePatch BuildOpenGLSurfacePatch(const PolyVox::IndexedSurfacePatch& isp);
void renderRegionVertexBufferObject(const OpenGLSurfacePatch& openGLSurfacePatch);
#endif //__OpenGLExample_OpenGLVertexBufferObjectSupport_H__