diff options
| author | s-ol <s+removethis@s-ol.nu> | 2025-03-20 17:26:37 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-21 11:59:43 +0000 |
| commit | af29924b20c7f4f5ad04f3444d4fd5f75794fef1 (patch) | |
| tree | ea015206393ecc657e50cbe76710760ff422986d /src/gl.zig | |
| parent | wrap Texture in Source (diff) | |
| download | glsl-view-af29924b20c7f4f5ad04f3444d4fd5f75794fef1.tar.gz glsl-view-af29924b20c7f4f5ad04f3444d4fd5f75794fef1.zip | |
add texture-share-vk Source
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); \\} , |
