add flexier Image Unit Binding implementation (allow different IUBs for a Texture)

This commit is contained in:
mp3butcher
2017-12-25 23:42:33 +01:00
committed by Julien Valentin
parent 5afd32b2d9
commit 2f8a262a0e
4 changed files with 139 additions and 0 deletions

View File

@@ -207,6 +207,7 @@ class OSG_EXPORT StateAttribute : public Object
VIEWPORTINDEXED,
DEPTHRANGEINDEXED,
SCISSORINDEXED,
IMAGE,
CAPABILITY = 100
};