greggman / webgpu-utils

Some helpers for webgpu
https://greggman.github.io/webgpu-utils/
MIT License
200 stars 10 forks source link

Add Uint8ClampedArray to TypedArray type #10

Closed magnostherobot closed 4 months ago

magnostherobot commented 4 months ago

The Uint8ClampedArray type behaves very similarly to Uint8Array, and should probably be mentioned among the other typed arrays.

This lines up with d3's definition of TypedArray.