`naga-rust-rt`: runtime support for executing shaders as Rust
=============================================================
This library provides types and functions which are used by the Rust code generated by
[`naga-rust-back`] or [`naga-rust-embed`]. These types and functions implement vector arithmetic
in the style expected by shader code, which differs from straightforward Rust in various ways.
This library currently does not have a clean public API distinct from the API provided
for the benefit of the code generator. Expect changes in future versions.
[`naga-rust-back`]: https://crates.io/crates/naga-rust-back
[`naga-rust-embed`]: https://crates.io/crates/naga-rust-embed
License
-------
Copyright 2025 Kevin Reid and the gfx-rs authors.
Licensed under either of
* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.