Closed davidpdrsn closed 1 year ago
Can't quite merge this yet. We need some special handling of glam's types that changes depending on architecture (such as Vec4
).
This should be good to go now. I've tested compiling it with and without simd support for glam (using its core-simd
feature) and it works. I just decided not to support the types that don't have a stable definition for now.
Hah, auto-merge is fast! I'll open a PR with the suggested changes.
Checklist
Description of Changes
This adds impls for
Reflect
and friends for types from glam and macaw, behind a feature flag.