chore: shaders upgrade

This commit is contained in:
2025-11-07 18:06:51 +01:00
parent 1ed3f4baf5
commit 261ff88583
9 changed files with 97 additions and 92 deletions
-2
View File
@@ -6,8 +6,6 @@
in vec2 vUV;
out vec4 fragColor;
uniform int iInputFormat2;
void main() {
if (iInputFormat2 == YUYV_FOURCC) {
fragColor = yuyvTex(iTex2, vUV, int(iInputResolution2.x));