UNPKG

three

Version:

JavaScript 3D library

12 lines (7 loc) 243 B
import { WebGLCapabilities } from './WebGLCapabilities'; export class WebGLExtensions { constructor( gl: WebGLRenderingContext ); has( name: string ): boolean; init( capabilities: WebGLCapabilities ): void; get( name: string ): any; }