Files
scummvm-cursorfix/engines/playground3d/shaders/playground3d_fade.fragment
2026-02-02 04:50:13 +01:00

9 lines
97 B
Plaintext

OUTPUT
uniform float alphaLevel;
void main() {
outColor = vec4(0.0, 0.0, 0.0, alphaLevel);
}