open_toontown_panda3d/tests/display/glsl_simple_legacy.frag

6 lines
65 B
GLSL

#version 120
void main() {
gl_FragColor = vec4(0, 0, 0, 1);
}