new max stack size field in command stream

This commit is contained in:
tildearrow 2025-04-21 03:26:05 -05:00
parent 0bc85b3ee6
commit de752a17e9
2 changed files with 74 additions and 0 deletions

View file

@ -31,6 +31,8 @@ size | description
| - 16 values
??? | pointers to channel data
| - pointers are short (2-byte) or long (4-byte), set in flags
1?? | maximum stack size per channel
| - length: channel count
??? | channel data
```