mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-02-08 22:11:45 +00:00
6 lines
46 B
GLSL
6 lines
46 B
GLSL
|
|
vec4 Process(vec4 color)
|
|
{
|
|
return color;
|
|
}
|
|
|