Started some fixes for array support. Not entirely there yet.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
- [ ] Support compute shaders
|
||||
- [x] Support #if at top level
|
||||
- [x] Support #if at block level
|
||||
- [ ] Remove properties block and just use hinted constant buffers instead
|
||||
- [x] Remove properties block and just use hinted constant buffers instead
|
||||
```
|
||||
props :: constant_buffer @properties {
|
||||
[...]
|
||||
@@ -21,7 +21,8 @@
|
||||
```
|
||||
- [ ] while loops
|
||||
- [ ] for-each loops
|
||||
- [ ]
|
||||
- [ ] add parameters to hints (meta properties, resource binding indices if needed)
|
||||
- [ ] consider @entry(stage) syntax instead of the forced keyword
|
||||
*/
|
||||
|
||||
add_define :: (env : *Environment, key : string) {
|
||||
|
||||
Reference in New Issue
Block a user