Commit Graph

6 Commits

Author SHA1 Message Date
ff2f7f859d refactor: Cut a crate out of the workflow
Can't put GPU tests in the `-shader` crate because `spirv-builder` doesn't handle recursive invocation, but should migrate the CPU tests there eventually.
2024-12-23 18:30:51 -05:00
0c092a4d82 feat: Pass affine transform coefficients 2024-12-23 12:54:10 -05:00
a05df7276c feat: Tests pass
Turns out, my `unsafe impl` for `bytemuck::Pod` was incorrect, need to review how coefs get passed in
2024-12-22 20:11:31 -05:00
f5f063a198 feat: Tests run (and fail) 2024-12-21 23:16:01 -05:00
eb3bee1437 Stash 2024-12-21 22:09:39 -05:00
d89721cc92 feat: Initial XML support 2024-12-20 00:25:05 -05:00