dolphin/Data/Sys/Shaders/sunset.glsl

6 lines
95 B
Text
Raw Normal View History

2013-03-07 17:46:55 +01:00
void main()
2011-01-31 01:08:06 +01:00
{
float4 c0 = Sample();
SetOutput(float4(c0.r * 1.5, c0.g, c0.b * 0.5, c0.a));
2013-03-07 17:46:55 +01:00
}