16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-09-01 12:49:18 +02:00
This commit is contained in:
milek7
2018-07-15 23:46:53 +02:00
parent 794093dad4
commit 4c855d5980
26 changed files with 690 additions and 183 deletions

View File

@@ -6,7 +6,10 @@ in vec3 f_pos;
in mat3 f_tbn;
in vec4 f_tangent;
#texture (tex1, 0, sRGB_A)
uniform sampler2D tex1;
#texture (tex2, 1, RGB)
uniform sampler2D tex2;
#include <common>