Cross-platform, safe, pure-rust graphics api.
Go to file
2021-02-02 11:17:34 -05:00
.github/workflows Update MSRV to 1.43 2021-01-24 21:14:59 -05:00
examples Print out detailed WGSL errors 2021-01-28 01:22:10 -05:00
fuzz Add fuzzing support 2020-07-01 08:53:54 -04:00
src Added support for initalizers and constants 2021-02-02 11:17:34 -05:00
tests [spv] put NonWritable on buffer variable itself (#405) 2021-02-01 20:17:50 -05:00
.gitignore [convert] allow entry point name for GLSL output 2020-12-13 10:20:57 -05:00
.monocodus Enable clippy on monocodus 2020-07-16 09:54:52 -04:00
Cargo.toml Version bump to 0.3.1 2021-01-31 18:27:08 -05:00
CHANGELOG.md Version bump to 0.3.1 2021-01-31 18:27:08 -05:00
LICENSE-APACHE Relicense under MIT+Apache2 2020-06-21 16:59:16 -04:00
Makefile Remove MemberOrigin in favor of spans 2020-12-18 16:11:12 -05:00
README.md Update emoji in README 2021-01-31 21:19:18 -05:00

Naga

Matrix Crates.io Docs.rs Build Status

This is an experimental shader translation library for the needs of gfx-rs project and WebGPU.

Supported end-points

Everything is still a work-in-progress, but some end-points are usable:

Front-end Status Notes
SPIR-V (binary)
WGSL
GLSL (Vulkan) 🆗
Rust
Back-end Status Notes
SPIR-V (binary)
WGSL
Metal
HLSL
GLSL 🆗
AIR
DXIL/DXIR
DXBC

= Primary support — 🆗 = Secondary support — 🚧 = Unsupported, but support in progress