mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
(macOS) Changed a keyword that made the GLSL compilation fail.
This commit is contained in:
parent
ddcc542dc9
commit
1abfc06038
|
@ -37,7 +37,7 @@ in vec2 texCoord;
|
||||||
uniform float opacity;
|
uniform float opacity;
|
||||||
uniform float saturation;
|
uniform float saturation;
|
||||||
uniform float dimming;
|
uniform float dimming;
|
||||||
uniform unsigned int shaderFlags;
|
uniform uint shaderFlags;
|
||||||
|
|
||||||
uniform sampler2D textureSampler;
|
uniform sampler2D textureSampler;
|
||||||
out vec4 FragColor;
|
out vec4 FragColor;
|
||||||
|
|
Loading…
Reference in a new issue