File size: 83 Bytes
6cd9596
 
 
1
2
3
4
export class WebGLShader {
  constructor(gl: any, type: string, string: string);
}