feat: working include directive

This commit is contained in:
2025-11-08 18:24:52 +01:00
parent de5fc8c641
commit 9c60d5dc4f
25 changed files with 248 additions and 154 deletions
+7 -2
View File
@@ -31,7 +31,8 @@ b
- [NanoKontrol2 Controller mapping](#nanokontrol2-controller-mapping)
- [Making your own FORGE project](#making-your-own-forge-project)
- [`forge_project.cfg`](#forge_projectcfg)
- [Working with `frag0.glsl`](#working-with-frag0glsl)
- [Writing your fragment shaders](#writing-your-fragment-shaders)
- [Working with `#include`](#working-with-include)
- [Frequently Asked Questions](#frequently-asked-questions)
- [Why "steel"?](#why-steel)
- [How do I report a bug?](#how-do-i-report-a-bug)
@@ -178,7 +179,11 @@ TODO
TODO
### Working with `frag0.glsl`
### Writing your fragment shaders
TODO
### Working with `#include`
TODO