Work on new OpenGL example - Splitting into several files.
This commit is contained in:
10
examples/OpenGL/OpenGLImmediateModeSupport.h
Normal file
10
examples/OpenGL/OpenGLImmediateModeSupport.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef __OpenGLExample_OpenGLImmediateModeSupport_H__
|
||||
#define __OpenGLExample_OpenGLImmediateModeSupport_H__
|
||||
|
||||
#include "PolyVoxCore/PolyVoxForwardDeclarations.h"
|
||||
|
||||
#include "glew/glew.h"
|
||||
|
||||
void renderRegion(PolyVox::IndexedSurfacePatch& isp);
|
||||
|
||||
#endif //__OpenGLExample_OpenGLImmediateModeSupport_H__
|
Reference in New Issue
Block a user