greggman / wgpu-matrix

Fast WebGPU 3d math library
https://wgpu-matrix.org
MIT License
298 stars 13 forks source link

add mat[34].d.ts #13

Closed bukzor closed 1 year ago

bukzor commented 1 year ago

fixes #12 ?

$ npx tsc dist/2.x/wgpu-matrix.d.ts
duration: 2.333 seconds
greggman commented 1 year ago

thanks for pointing that out. I didn't notice they weren't getting generated.

Should be fixed now: https://github.com/greggman/wgpu-matrix/commit/1952331562fdff14ca2c715e1298050438dd13a6

bukzor commented 1 year ago

Fix confirmed. Thanks!