Work on new OpenGL example - Splitting into several files.

This commit is contained in:
David Williams
2009-03-18 22:35:21 +00:00
parent bd5acdb4cd
commit 877396af31
5 changed files with 26 additions and 20 deletions

View File

@ -13,5 +13,6 @@ struct OpenGLSurfacePatch
};
OpenGLSurfacePatch BuildOpenGLSurfacePatch(PolyVox::IndexedSurfacePatch& isp);
void renderRegionVertexBufferObject(const OpenGLSurfacePatch& openGLSurfacePatch);
#endif //__OpenGLExample_OpenGLVertexBufferObjectSupport_H__