Files
libretro/bios/Nintendo/GameCube/Sys/Shaders/brighten.glsl
T

5 lines
47 B
GLSL

void main()
{
SetOutput(Sample()* 3.0);
}