Video fix : Downgrade shaders to 6.5.3

This commit is contained in:
Julien Wadel 2024-04-23 08:44:58 -04:00
parent c69ac2ee4c
commit 3420944f95
3 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,7 @@
#version 440
//qsb --glsl "100 es,120,150" --hlsl 50 --msl 12 -o opacityMask.frag.qsb opacityMask.frag
layout(location = 0) in vec2 qt_TexCoord0;
layout(location = 0) out vec4 fragColor;