openspades/Resources/Shaders/WaterDepth.fs

5 lines
43 B
Forth
Raw Normal View History

2013-08-18 16:18:06 +09:00
void main() {
gl_FragColor = vec4(1.);
}