diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-03-07 16:33:08 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-03-07 16:33:08 -0800 |
commit | 8ea95234f8827eea1b846c427040f94e932e7f46 (patch) | |
tree | 3375b332b5a05aca20f0b20dbf7f7174d0c36ce8 /src/library_gl.js | |
parent | 85b35ffa059457284f5da9f773a9f5e8b6213d99 (diff) |
FULL_ES2 todo
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 bbcd33a2..c6007809 100644 --- a/src/library_gl.js +++ b/src/library_gl.js @@ -273,6 +273,7 @@ var LibraryGL = { var used = GL.usedTempBuffers; used.length = 0; + // TODO: initial pass to detect ranges we need to upload, might not need an upload per attrib for (var i = 0; i < GL.maxVertexAttribs; ++i) { var cb = GL.clientBuffers[i]; if (!cb.enabled) continue; |