omicron/shaders/line_fragment.glsl

6 lines
75 B
GLSL

#version 120
void main() {
gl_FragColor = vec4(0.0, 0.0, 0.0, 1.0);
}