Added lazy state updating for vertex array object binding/unbinding
This commit is contained in:
@@ -89,6 +89,7 @@ State::State():
|
||||
_currentClientActiveTextureUnit=0;
|
||||
|
||||
_currentPBO = 0;
|
||||
_currentVAO = 0;
|
||||
|
||||
_isSecondaryColorSupported = false;
|
||||
_isFogCoordSupported = false;
|
||||
|
||||
Reference in New Issue
Block a user