TWGL.js是一个微型的WebGL助手库,实现对WebGLAPI的简单封装,使用起来更方便。示例代码:[removed][removed][removed]    var gl = twgl.getWebGLContext(document.getElementById("c"));    var programInfo = twgl.createProgramInfo(gl, ["vs", "fs"]);         var arrays = {        position