Hi,

When I compile your code I get the following errors:


Code:
error C2065: 'GL_TEXTURE_BUFFER_EXT' : undeclared identifier
error C2039: 'Extensions' : is not a member of 'osg::BufferObject'
error C2039: 'getExtensions' : is not a member of 'osg::BufferObject'
[...]



I don't see any osg::BufferObject::Extensions class in OSG's source code. Do 
you?
Didn't you mean osg::Texture::Extensions instead?

Regarding GL_TEXTURE_BUFFER_EXT, I'm usually working with and plan to include 
GLEW, so I should be fine.

Regards
Fred

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=35728#35728





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to