mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-06-04 11:25:44 +08:00
Merge pull request #214 from google/clarify_varint
Clarify varInt ranges
This commit is contained in:
commit
aa831f9de2
@ -49,6 +49,12 @@ byte.
|
||||
|
||||
* varUI32 and varUI64 types must be decoded by the LEB128() function.
|
||||
|
||||
* varUI32 can represent vaules in the range 0 to 2^32 - 1.
|
||||
* E.g. 0x10000000 will be stored using 5 bytes.
|
||||
|
||||
* varUI64 can represent vaules in the range 0 to 2^64 - 1.
|
||||
* E.g. 0x100000000000000 will be stored using 9 bytes.
|
||||
|
||||
|
||||
### General Conventions
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user