mirror of
https://github.com/xuxiaobo-bobo/boda_jsEnv.git
synced 2025-04-23 08:29:24 +08:00
4 lines
191 B
JavaScript
4 lines
191 B
JavaScript
// WebGLProgram对象
|
|
WebGLProgram = function WebGLProgram(){return bodavm.toolsFunc.throwError("TypeError", "Illegal constructor")}
|
|
bodavm.toolsFunc.safeProto(WebGLProgram, "WebGLProgram");
|