WebGLUtils.d.ts 161 B

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