OpenSceneGraph icon indicating copy to clipboard operation
OpenSceneGraph copied to clipboard

Defect: incorrect GL function pointers for glVertexAttribFormat

Open gwaldron opened this issue 2 years ago • 0 comments

The function lookups for glVertexAttribFormat and glVertexAttribIFormat are incorrect -- they both erroneously find "glVertexAttribBinding".

https://github.com/openscenegraph/OpenSceneGraph/blob/master/src/osg/GLExtensions.cpp#L1230

gwaldron avatar Jan 12 '22 18:01 gwaldron