MetaCore/third_party/simplepbr-shaders/shadow.frag

6 lines
60 B
GLSL

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