new TextureManager() 纹理管理器 Source: webgl.js, line 2309 Methods append(texture) 添加纹理到管理器中 Source: webgl.js, line 2338 Parameters: Name Type Description texture Texture 纹理对象 delete(texture) 从管理器中删除纹理 Source: webgl.js, line 2355 Parameters: Name Type Description texture Texture 纹理对象 update() 更新纹理 Source: webgl.js, line 2318