| 48 | } |
| 49 | |
| 50 | export interface BufferInfo { |
| 51 | numElements: number; |
| 52 | elementType?: number; |
| 53 | indices: WebGLBuffer; |
| 54 | attribs: { [key: string]: AttribInfo }; |
| 55 | } |
| 56 | |
| 57 | export type CubemapReadyCallback = (err: any, tex: WebGLTexture, imgs: HTMLImageElement[]) => void; |
| 58 |
nothing calls this directly
no outgoing calls
no test coverage detected