Hello.
In my application i use the following code:
geom->setVertexAttribArray(0, data_array);
geom->setVertexAttribBinding(0, osg::Geometry::BIND_PER_VERTEX );
program->addBindAttribLocation("position_attr", 0);
I run this application in 2 different graphics cards:
1) NVidia 7900 GS
2) ATI 5570
Both cards support opengl 2.1.
The problem is that the previous code doesnt work in the second card (which
is newer).
Why is this happening?
Thank you for your time.
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org