16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 21:49:19 +02:00

shadow works

This commit is contained in:
VB
2017-07-02 00:10:45 +02:00
parent 4b3d038c2b
commit 3a02a65ada
10 changed files with 170 additions and 33 deletions

7
shaders/empty.frag Normal file
View File

@@ -0,0 +1,7 @@
#version 330
in vec3 f_pos;
void main()
{
}