aboutsummaryrefslogtreecommitdiff
path: root/src/library_gl.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-03-31 20:32:26 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-03-31 20:32:26 -0700
commitbb46c7d532d80a3990c0ca7cd346062a2589eb60 (patch)
treeadc00aea8ff9afc0b1e0c0e71292ab321c1aafc1 /src/library_gl.js
parent2bd993afcec9212ac8071b3cc89a67b12e9558a9 (diff)
comment
Diffstat (limited to 'src/library_gl.js')
-rw-r--r--src/library_gl.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/library_gl.js b/src/library_gl.js
index 654e6eae..c6e3b5e9 100644
--- a/src/library_gl.js
+++ b/src/library_gl.js
@@ -7,6 +7,9 @@
// * single-underscore deps need double underscore (and, just auto-add them all)
// * glGetProgramInfoLog and *shader* should be essentially identical
// * glGetIntegerv set to bool etc needs fixing
+// * glVertexAttribPointer - the last param can be an offset or in gles, a raw pointer to clientside data. need some way to
+// warn about that since it silently fails in WebGL (it's a huge offset into the last bound buffer, zeros)
+
var LibraryGL = {
$GL: {