working first window with vertex+fragment

This commit is contained in:
2025-09-11 00:12:19 +02:00
parent a202b3ed87
commit feb338673a
9 changed files with 6434 additions and 8 deletions
+2 -1
View File
@@ -83,7 +83,8 @@ make -f Makefile.dev release-arch
- [ ] Basics
- [x] Create GLSL Window
- [ ] Load fragment shader into GLSL
- [x] Load static fragment shader into GLSL
- [ ] Add default uniforms
- [ ] Read fragment shader from file
- [ ] Minimal working fragment sample
- [ ] Hot-reload fragment shader