Files
itgmania212121/Data/Shaders/GLSL/Shell.frag
T

3 lines
62 B
GLSL
Raw Normal View History

2011-03-12 22:24:28 -08:00
void main() {
gl_FragColor = vec4(0.25, 0.125, 0.125, 1.0);
}