| Crates.io | naga-rust-rt |
| lib.rs | naga-rust-rt |
| version | 0.1.0 |
| created_at | 2025-03-26 02:50:57.612787+00 |
| updated_at | 2025-03-26 02:50:57.612787+00 |
| description | Support library for shaders compiled to Rust via the `naga-rust-back` library. |
| homepage | |
| repository | https://github.com/kpreid/naga-rust/ |
| max_upload_size | |
| id | 1606096 |
| size | 51,200 |
naga-rust-rt: runtime support for executing shaders as RustThis 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.
Copyright 2025 Kevin Reid and the gfx-rs authors.
Licensed under either of
at your option.