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

This commit is contained in:
Vladimir Vukicevic 2010-12-22 19:25:48 -08:00
Родитель d69a198ecb
Коммит 085fe10626
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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);