With the latest update I get an error in 

void Program::PerContextProgram::linkProgram(osg::State& state)

There error is in     

  _extensions->glGetActiveUniformsiv( _glProgramHandle, uniformIndex.size(),
                                            &(uniformIndex[0]), 
GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX,
                                            &(bufferIndex[0]) );

The size of uniformIndex is 0!!

Try and run osgsimplegl3!!

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





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

Reply via email to