dolphin/Data/Sys/Shaders/brighten.glsl

5 lines
43 B
GLSL

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