Files
maszyna/shaders/shadowmap.frag
2018-07-24 16:42:18 +02:00

8 lines
48 B
GLSL

#version 330
in vec2 f_coord;
void main()
{
}