()
| 62 | } |
| 63 | |
| 64 | export function vertices() { |
| 65 | return new Float32Array([ |
| 66 | // clang-format off |
| 67 | -1, -1, |
| 68 | -1, 1, |
| 69 | 1, 1, |
| 70 | 1, 1, |
| 71 | -1, -1, |
| 72 | 1, -1, |
| 73 | // clang-format on |
| 74 | ]); |
| 75 | } |
| 76 | |
| 77 | export function texCoords() { |
| 78 | return new Float32Array([ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…