aboutsummaryrefslogtreecommitdiff
path: root/src/library_gl.js
diff options
context:
space:
mode:
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: {