Added osg::Capability and Cabibilityi base classes to wrap up glEnable/glDisable + glEnablei/glDisablei functionality, with osg::Enablei and osg::Disablei concrete implementations.
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14564 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
@@ -197,7 +197,9 @@ class OSG_EXPORT StateAttribute : public Object
|
||||
|
||||
FRAME_BUFFER_OBJECT,
|
||||
|
||||
VERTEX_ATTRIB_DIVISOR
|
||||
VERTEX_ATTRIB_DIVISOR,
|
||||
|
||||
CAPABILITY = 100
|
||||
};
|
||||
|
||||
/** Simple pairing between an attribute type and the member within that attribute type group.*/
|
||||
|
||||
Reference in New Issue
Block a user