Added osg::ScissorIndexed that wraps up glScissorIndexed function

This commit is contained in:
Robert Osfield
2016-06-29 15:11:02 +01:00
parent 412e9fc3dd
commit 00b1173e70
5 changed files with 162 additions and 1 deletions

View File

@@ -204,7 +204,9 @@ class OSG_EXPORT StateAttribute : public Object
INDIRECTDRAWBUFFERBINDING,
VIEWPORTINDEXED,
DEPTHRANGEINDEXED,
SCISSORINDEXED,
CAPABILITY = 100
};