Files
fall-fever/data/shaders/directionalShadowDepth.frag

8 lines
97 B
GLSL

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