Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deserialization of ArrayBuffer shared by multiple TypedArrays
Deserialization failed to restore proper ArrayBuffer when used by multiple TypedArrays. This didn't affect uBO since this specific code path was never taken.
- Loading branch information