Build fixes for Windows

This commit is contained in:
Robert Osfield
2008-09-01 09:57:35 +00:00
parent bc747b0935
commit 8fec858b49
2 changed files with 6 additions and 2 deletions

View File

@@ -16,6 +16,10 @@
#include <osg/Texture>
#ifndef GL_MAX_3D_TEXTURE_SIZE
#define GL_MAX_3D_TEXTURE_SIZE 0x8073
#endif
namespace osg {
/** Encapsulates OpenGl 2D texture functionality. Doesn't support cube maps,