Removed unneccessary EXT usage

This commit is contained in:
Robert Osfield
2017-04-07 07:11:57 +01:00
parent 0e69fe6bc6
commit 43891d6cc1

View File

@@ -207,7 +207,7 @@ class BindlessTexture: public osg::Texture2D
public:
typedef osg::ref_ptr<BindlessBuffer> BufferRef;
typedef std::vector<osg::ref_ptr<osg::Image> > TextureList;
typedef std::vector<GLuint64EXT> HandleList;
typedef std::vector<GLuint64> HandleList;
typedef osg::ref_ptr< osg::Texture::TextureObject> TextureObjectRef;
typedef std::vector<TextureObjectRef> TextureObjectList;
typedef osg::buffered_object<TextureObjectList> TextureObjectBuffer;