mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-08 05:51:09 +00:00
7 lines
46 B
Text
7 lines
46 B
Text
|
|
||
|
vec4 Process(vec4 color)
|
||
|
{
|
||
|
return color;
|
||
|
}
|
||
|
|