diff options
Diffstat (limited to 'src/gl.zig')
| -rw-r--r-- | src/gl.zig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1097,6 +1097,7 @@ pub const Constants = struct { \\ \\void main() { \\ uv = position / 2.0 + 0.5; + \\ uv.y *= -1.0; \\ gl_Position = vec4(position, 0, 1); \\} , |
