[no bug]; update webgl test; a=npotb

This commit is contained in:
Vladimir Vukicevic 2010-12-22 19:25:48 -08:00
parent b8df85dbab
commit 1160e65f4c

View File

@ -60,7 +60,6 @@ function init()
gl = initWebGL("example", "vshader", "fshader", [ "vPosition", "texCoord0"],
[ 0, 0, 0, 1 ], 1);
gl = WebGLDebugUtils.makeDebugContext(gl);
gl.disable(gl.DEPTH_TEST);
gl.disable(gl.BLEND);