Files
openglplayground/shaders/shadow.fs
2014-11-18 19:00:51 +01:00

6 lines
73 B
GLSL

#version 330 core
void main(void) {
// Only standard depth calc.
}