[AmberScript] Add support for runtime arrays.
Open
amberscript
enhancement
- Dominant language
- C++
- Stars
- 228
- Forks
- 77
- PR merge metrics
- No merged PRs in 30d
Description
The format class should be extended to support runtime arrays. This will need to add the required padding for `STD140` buffers.
The proposed syntax is to add `[]` to the end of the data type declaration. So, `int8[]`, `vec3[]`
Contributor guide
Assessment
This issue has not been assessed yet.