16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-19 15:49:19 +02:00
Files
maszyna/shaders/empty.frag
2017-07-02 00:10:45 +02:00

7 lines
45 B
GLSL

#version 330
in vec3 f_pos;
void main()
{
}