Merge branch 'main' of git.nbross.com:nielsbross/Ink-Shader-Language

This commit is contained in:
2025-09-24 14:04:56 +02:00
2 changed files with 12 additions and 0 deletions

View File

@@ -23,6 +23,11 @@
- [ ] for-each loops
- [ ] add parameters to hints (meta properties, resource binding indices if needed)
- [ ] consider @entry(stage) syntax instead of the forced keyword
- [ ] Add flags to compiler
- [ ] Generate output flag(s)
- [ ] Possibly final stage flag, so you can just call compile_file and it only does what you need.
- Probably this flag is about which stage you need as the _last_ and not which stages to do, as that doesn't make sense.
- [ ] Multiple output languages?
*/
add_define :: (env : *Environment, key : string) {