diff options
author | julien.hamaide <julien.hamaide@fishingcactus.com> | 2012-02-14 22:58:52 +0100 |
---|---|---|
committer | julien.hamaide <julien.hamaide@fishingcactus.com> | 2012-02-14 22:58:52 +0100 |
commit | e3d1dd1687635d22bdbb8ca5edb3f8e757aa3c09 (patch) | |
tree | 089e0bb8ec242725002af4f6f61d4596bc559d90 | |
parent | e6a4d7effcf522343051bf62abe074712858b3c3 (diff) |
added glBlendFunc and glActiveTexture
-rw-r--r-- | src/library_gl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library_gl.js b/src/library_gl.js index 1d5168fb..df48754b 100644 --- a/src/library_gl.js +++ b/src/library_gl.js @@ -409,8 +409,8 @@ var LibraryGL = { // Simple pass-through functions [[0, 'shadeModel fogi fogfv getError finish flush'], - [1, 'clearDepth depthFunc enable disable frontFace cullFace clear enableVertexAttribArray disableVertexAttribArray lineWidth clearStencil depthMask stencilMask stencilMaskSeparate checkFramebufferStatus'], - [2, 'pixelStorei vertexAttrib1f depthRange polygonOffset'], + [1, 'clearDepth depthFunc enable disable frontFace cullFace clear enableVertexAttribArray disableVertexAttribArray lineWidth clearStencil depthMask stencilMask stencilMaskSeparate checkFramebufferStatus activeTexture'], + [2, 'pixelStorei vertexAttrib1f depthRange polygonOffset blendFunc'], [3, 'texParameteri texParameterf drawArrays vertexAttrib2f'], [4, 'viewport clearColor scissor vertexAttrib3f colorMask'], [5, 'vertexAttrib4f'], |