Rust-GPU / Rust-CUDA

Ecosystem of libraries and tools for writing and executing fast GPU code fully in Rust.
Apache License 2.0
3.05k stars 118 forks source link

Allow enabling `bytemuck` support for `vek` #20

Open Kixiron opened 2 years ago

Kixiron commented 2 years ago

vek now has bytemuck support, this can be offered as a feature and to fix up the examples that use transmutes instead of bytemuck