GLSL 'include' support

This commit is contained in:
MihailRis
2023-11-28 16:13:49 +03:00
parent e6ecd558a9
commit a60cc70246
20 changed files with 238 additions and 35 deletions
-2
View File
@@ -1,5 +1,3 @@
#version 330 core
in vec2 a_textureCoord;
in vec4 a_color;
out vec4 f_color;