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