diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-02-22 11:26:00 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-02-22 11:26:00 -0800 |
commit | de644016429e268179962730dbb9172823985993 (patch) | |
tree | d06c974b05042407acc6533be101629fc2a46a6f /src/library_gl.js | |
parent | 4943eb8ecfe4666cb68f11f1117c1b6f9e02c656 (diff) |
mark client attributes as modified when we clear for vaos
Diffstat (limited to 'src/library_gl.js')
-rw-r--r-- | src/library_gl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library_gl.js b/src/library_gl.js index 239d8f77..f0b5b9ca 100644 --- a/src/library_gl.js +++ b/src/library_gl.js @@ -2540,6 +2540,7 @@ var LibraryGL = { GLEmulation.enabledVertexAttribArrays = {}; GL.immediate.enabledClientAttributes = [0, 0]; GL.immediate.totalEnabledClientAttributes = 0; + GL.immediate.modifiedClientAttributes = true; if (vao) { // replay vao var info = GLEmulation.vaos[vao]; |