Files
fall-fever/res/shaders/directionalShadowDepth.frag
2020-09-26 14:21:02 +02:00

8 lines
97 B
GLSL

#version 330 core
void main() {
// Empty as we aren't rendering to any color buffer
}