half-rs
half-rs copied to clipboard
spirv modernizations
- since rust-gpu 0.9.0 released 2 years ago, we can handle
DisplayandDebugimplementations and evenpanic!messages via some recompilation - https://github.com/Rust-GPU/rust-gpu/pull/213 added support for
loading_zerosvia intrinsics, no need to have a backup implementation anymore
Unfortunately, I don't have a good test project to test these changes properly. I'd also wait for an approval by @eddyb.
Would be happy to merge when this gets tested