WebGLUtils.d.ts 155 B

12345
  1. export class WebGLUtils {
  2. constructor(gl: WebGLRenderingContext | WebGL2RenderingContext, extensions: any, capabilities: any);
  3. convert(p: any): void;
  4. }