UNPKG

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