mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-07-31 11:03:53 -05:00
5 lines
47 B
GLSL
5 lines
47 B
GLSL
void main()
|
|
{
|
|
SetOutput(Sample()* 3.0);
|
|
}
|