web3d / node_modules /three /src /renderers /webgl /WebGLExtensions.d.ts
julien-c's picture
julien-c HF Staff
do not gitignore the builds
6cd9596
Raw
History Blame Contribute Delete
102 Bytes
export class WebGLExtensions {
constructor(gl: WebGLRenderingContext);
get(name: string): any;
}