From Marcus Hein, Added support for OpenGL SSBO and SSBB via osg::ShaderStorageBufferObject and osg::ShaderStorageBufferBinding to core OSG library, and added new osgSSBO example

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14599 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2014-12-10 12:23:04 +00:00
parent 92e2d849ed
commit 1b6e50a2dd
8 changed files with 1040 additions and 0 deletions

View File

@@ -199,6 +199,8 @@ class OSG_EXPORT StateAttribute : public Object
VERTEX_ATTRIB_DIVISOR,
SHADERSTORAGEBUFFERBINDING,
CAPABILITY = 100
};