starry / backend /libs /three /renderers /webgl /WebGLShader.d.ts
k-l-lambda's picture
feat: add Python ML services (CPU mode) with model download
2b7aae2
export function WebGLShader(gl: WebGLRenderingContext, type: string, string: string): WebGLShader;