Added shader compilation to cmake

This commit is contained in:
Ano-sys
2025-04-03 21:38:03 +02:00
parent 43ef6684e9
commit b0d5f9014f
6 changed files with 42 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ vec2 positions[3] = vec2[](
);
vec3 colors[3] = vec3[](
vec3(1.0, 0.0, 0.0),
vec3(0.0, 1.0, 1.0),
vec3(0.0, 1.0, 0.0),
vec3(0.0, 0.0, 1.0)
);