diff options
author | Michael J. Bishop <mbtyke@gmail.com> | 2013-02-22 10:36:10 -0500 |
---|---|---|
committer | Michael J. Bishop <mbtyke@gmail.com> | 2013-02-22 11:24:19 -0500 |
commit | 5e878548395394d4d91b5d7d1213c7bc5e982b8b (patch) | |
tree | 439d0034d9fe0299972f00ad8678e9b70e51629d /src/library_gl.js | |
parent | 941c8e583d603ff4e6b124dc1fe17d03dface233 (diff) |
Added support for `glFramebufferTexture2DOES`
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 2c3be61c..f30209e5 100644 --- a/src/library_gl.js +++ b/src/library_gl.js @@ -2767,6 +2767,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 |