chk ====== .. js:function:: function chk() WebGLのエラーのチェックをします。 ソース ^^^^^^ .. code-block:: js function chk() { assert(gl.getError() == gl.NO_ERROR); }