Update Design Doc: `level` tool
parent
9942ec7116
commit
f08af213a0
|
@ -96,7 +96,7 @@ Holds the registry of types and which set of components is associated with each
|
||||||
2 bytes: Type Definition Union Size
|
2 bytes: Type Definition Union Size
|
||||||
* This is the size in bytes of the largest combo of components for a type.
|
* This is the size in bytes of the largest combo of components for a type.
|
||||||
* Remember each component ID is 1 byte.
|
* Remember each component ID is 1 byte.
|
||||||
For (Number of Types * Type Definition Union Size):
|
For (Number of Types):
|
||||||
(Type Definition Union Size) bytes: ID of the component (00 = No component in this slot, supposed to be at end)
|
(Type Definition Union Size) bytes: ID of the component (00 = No component in this slot, supposed to be at end)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue