16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 04:19:19 +02:00
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()
{
}