Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix integer precision issues with pathID in vertex shaders
pathID was stored as a ushort, but could overflow when multiplied by 4 to access path data. Convert it to a uint. Diffs= 423301a95b Fix integer precision issues with pathID in vertex shaders (#8689)
- Loading branch information