diff options
author | iurii plugatarov <[email protected]> | 2024-08-17 18:18:42 +0200 |
---|---|---|
committer | iurii plugatarov <[email protected]> | 2024-08-17 18:18:42 +0200 |
commit | 7d307c75d3cdf724658b577a9e1c8c8e8d98fc42 (patch) | |
tree | d164cbf6de494bd8ccce280a5ef963e4f6630fc0 /res/shaders/triangle.fs | |
parent | 20f1e487c8cbb8a23b2759d1934fffc5b6b38156 (diff) | |
download | funhalla-7d307c75d3cdf724658b577a9e1c8c8e8d98fc42.tar.gz |
cube
Diffstat (limited to '')
-rw-r--r-- | res/shaders/triangle.fs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/res/shaders/triangle.fs b/res/shaders/triangle.fs index 70a5f6d..1d73089 100644 --- a/res/shaders/triangle.fs +++ b/res/shaders/triangle.fs @@ -2,7 +2,6 @@ out vec4 FragColor; -in vec3 our_color; in vec2 TexCoord; uniform sampler2D texture1; |