naga-rust-rt 0.1.0

Support library for shaders compiled to Rust via the `naga-rust-back` library.
Documentation
  • Coverage
  • 12.5%
    2 out of 16 items documented0 out of 2 items with examples
  • Size
  • Source code size: 50.73 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 10.79 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 28s Average build duration of successful builds.
  • all releases: 28s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • kpreid/naga-rust
    10 0 10
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kpreid

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.

License

Copyright 2025 Kevin Reid and the gfx-rs authors.

Licensed under either of

at your option.