Added osg::DepthRangeIndexed class to wrap up glDepthRangeIndexed functionality.

This commit is contained in:
Robert Osfield
2016-06-29 12:28:28 +01:00
parent af28adc01d
commit 412e9fc3dd
4 changed files with 141 additions and 0 deletions

View File

@@ -204,6 +204,8 @@ class OSG_EXPORT StateAttribute : public Object
INDIRECTDRAWBUFFERBINDING,
DEPTHRANGEINDEXED,
CAPABILITY = 100
};