read fragment shader from file

This commit is contained in:
2025-09-12 19:19:45 +02:00
parent fda0de78c7
commit f90e842bd8
10 changed files with 121 additions and 51 deletions
+4 -3
View File
@@ -86,10 +86,11 @@ make -f Makefile.dev release-arch
- [x] Create GLSL Window
- [x] Load static fragment shader into GLSL
- [x] Add default uniforms
- [ ] Read fragment shader from file
- [x] Read fragment shader from file
- [ ] Handle compilation errors
- [ ] Minimal working fragment sample
- [ ] Hot-reload fragment shader
- [x] Minimal working fragment sample
- [x] Hot-reload fragment shader
- [ ] Specify fragment shader path
- [x] Force fullscreen
- [x] Select screen as argument / config
- [ ] Midi