Perliminary support for glGenerateMinMapEXT.

This commit is contained in:
Robert Osfield
2005-07-25 16:12:24 +00:00
parent 384830d37e
commit bddaefd569
6 changed files with 53 additions and 4 deletions

View File

@@ -48,6 +48,7 @@ class OSG_EXPORT GraphicsContext : public Referenced
_target(0),
_level(0),
_face(0),
_mipMapGeneration(false),
_sharedContext() {}
// where graphic context is be hosted.
@@ -83,6 +84,7 @@ class OSG_EXPORT GraphicsContext : public Referenced
GLenum _target;
unsigned int _level;
unsigned int _face;
unsigned int _mipMapGeneration;
// shared context
GraphicsContext* _sharedContext;