()
| 75 | } |
| 76 | |
| 77 | export function texCoords() { |
| 78 | return new Float32Array([ |
| 79 | // clang-format off |
| 80 | 0, 0, |
| 81 | 0, 1, |
| 82 | 1, 1, |
| 83 | 1, 1, |
| 84 | 0, 0, |
| 85 | 1, 0, |
| 86 | // clang-format on |
| 87 | ]); |
| 88 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…