From Julien Valentin and Alberto Luaces, added support for transform feedback extensions
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14728 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
@@ -315,6 +315,8 @@ class OSG_EXPORT GLExtensions : public osg::Referenced
|
||||
bool isBufferObjectSupported;
|
||||
bool isPBOSupported;
|
||||
bool isTBOSupported;
|
||||
bool isVAOSupported;
|
||||
bool isTransformFeedbackSupported;
|
||||
|
||||
void (GL_APIENTRY * glGenBuffers) (GLsizei n, GLuint *buffers);
|
||||
void (GL_APIENTRY * glBindBuffer) (GLenum target, GLuint buffer);
|
||||
|
||||
Reference in New Issue
Block a user