Browse Source

TS: WebGLUtils.js

linbingquan 6 năm trước cách đây
mục cha
commit
96d1ed6504
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      src/renderers/webgl/WebGLUtils.d.ts

+ 5 - 0
src/renderers/webgl/WebGLUtils.d.ts

@@ -0,0 +1,5 @@
+export class WebGLUtils {
+	constructor(gl: CanvasRenderingContext2D | WebGLRenderingContext, extensions: any, capabilities: any);
+
+	convert(p: any): void;
+}