UNPKG

@types/three

Version:
8 lines (6 loc) 156 B
export class WebGLExtensions { constructor(gl: WebGLRenderingContext); has(name: string): boolean; init(): void; get(name: string): any; }