starry / backend /libs /three /renderers /webgl /WebGLExtensions.d.ts
k-l-lambda's picture
feat: add Python ML services (CPU mode) with model download
2b7aae2
import { WebGLCapabilities } from './WebGLCapabilities';
export class WebGLExtensions {
constructor(gl: WebGLRenderingContext);
has(name: string): boolean;
init(capabilities: WebGLCapabilities): void;
get(name: string): any;
}