const castRawArray: (
buffer: ArrayBuffer | TypedArray,
type: UniformType,
) => {
array:
| Int8Array
| Uint8Array
| Int16Array
| Uint16Array
| Int32Array
| Uint32Array
| Uint8ClampedArray
| Float32Array
| Float64Array,
dims: number,
}
packages / core / src / data.ts