| 34 | } |
| 35 | |
| 36 | interface UniformsText { |
| 37 | t: number; |
| 38 | projection: REGL.Mat4; |
| 39 | view: REGL.Mat4; |
| 40 | } |
| 41 | |
| 42 | interface Attributes { |
| 43 | position: number[]; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…