resources paths refact

This commit is contained in:
Che10vek
2023-11-20 01:30:57 +10:00
parent 12db8a1448
commit 2ee9e33c6d
20 changed files with 19 additions and 8 deletions
+8
View File
@@ -0,0 +1,8 @@
#version 330 core
in vec4 v_color;
out vec4 f_color;
void main(){
f_color = v_color;
}