Refactor game window and shader management; add fog shader implementation and update configuration settings

This commit is contained in:
2026-03-29 04:44:55 +00:00
parent 3dbeadf976
commit 2064232226
6 changed files with 296 additions and 171 deletions
+5
View File
@@ -0,0 +1,5 @@
#version 120
void main() {
gl_Position = gl_Vertex;
}