Short Vec types #260
Replies: 3 comments 1 reply
-
Hi there! I'm interested in hearing a bit more about your use case for This is a bit of a Pandora's Box because obviously there are a lot of types that It seems that tl;dr I would be open to a PR. It might make sense to have this on a feature toggle initially, it would be good to check if there's any noticeable compile time / size increase from expanding the number of types, especially if they expand beyond |
Beta Was this translation helpful? Give feedback.
-
relevant PR: #439 re: compile times - a clean build took 2.2 s on my machine. I don't know the original time but in absolute measures, this look fine to me. |
Beta Was this translation helpful? Give feedback.
-
Merged in #439 |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm a big fan of your crate for graphics stuff. One thing that's missing that would be useful for vulkan, optix etc would be a 16-bit integer vec type, basically IVecX but with i16 instead of i32 (SVec3 etc perhaps?). Would you accept a PR adding this?
Beta Was this translation helpful? Give feedback.
All reactions