Spaces:
Running
Running
File size: 102 Bytes
263e0f2 |
1 2 3 4 5 6 |
export class WebGLExtensions {
constructor(gl: WebGLRenderingContext);
get(name: string): any;
}
|