diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-02-22 13:21:59 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-02-22 13:21:59 -0800 |
commit | 0fd8b266fdb3a5e4f7679fb42a46b46500ce24ca (patch) | |
tree | 480f18f842353cd5995c619a539fc5abfc87b6e9 | |
parent | 0ca1c38573f4265bbeb7f683f34abdae8676827e (diff) | |
parent | 5e878548395394d4d91b5d7d1213c7bc5e982b8b (diff) |
Merge pull request #869 from michaeljbishop/adding-oes-symbols
Added support for `glFramebufferTexture2DOES`
-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 5751dfe0..1474fff8 100644 --- a/src/library_gl.js +++ b/src/library_gl.js @@ -2795,6 +2795,7 @@ var LibraryGL = { glGenVertexArraysOES: 'glGenVertexArrays', glDeleteVertexArraysOES: 'glDeleteVertexArrays', glBindVertexArrayOES: 'glBindVertexArray', + glFramebufferTexture2DOES: 'glFramebufferTexture2D' }; // Simple pass-through functions. Starred ones have return values. [X] ones have X in the C name but not in the JS name |