Auto shader compilation

This commit is contained in:
2026-02-20 12:11:06 +00:00
parent 5833cc1f22
commit 7dc47faeab
4 changed files with 10 additions and 6 deletions

View File

@@ -3,5 +3,5 @@
layout (location = 0) out vec4 outColor;
void main() {
outColor = vec4(1.0, 0.0, 0.0, 1.0);
outColor = vec4(1.0, 1.0, 0.0, 1.0);
}

Binary file not shown.