You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
demo: Expand testing coverage for 16-bit deltas in v1 codec
We had limited coverage for 16-bit deltas previously: V1Custom test only
exercised delta decoding on zero deltas, and VertexDeltas test only had
positive deltas which could hide an implementation error with sign bit
handling.
To fix this, expand decodeVertexDeltas test to have deltas flip the sign
in the second half of the data, and add decodeVertexV1Deltas test which
has the same data encoded statically.
0 commit comments