Cross-platform, safe, pure-rust graphics api.
Go to file
2020-02-24 09:58:30 -05:00
examples Restructure the project with frontends and backends 2020-02-21 08:23:44 -05:00
src Implement spir-v access chain parsing 2020-02-24 09:04:09 -05:00
.gitignore Transpiler skeleton and first bits of MSL support 2018-09-12 21:29:03 -04:00
.travis.yml Add travis integration 2020-02-24 09:58:30 -05:00
Cargo.toml Parse SPIR-V function declarations 2020-02-21 16:27:11 -05:00
LICENSE Initial commit 2018-09-12 21:26:50 -04:00
README.md Add README 2020-02-24 09:56:51 -05:00

Naga

Matrix Build Status

This is an experimental shader translation library for the needs of gfx-rs project and WebGPU. It's meant to provide a safe and performant way of converting to and from SPIR-V.

Supported end-points

Front-end Status Notes
SPIR-V (binary) 🚧
Tint
GLSL (Vulkan)
Rust
Back-end Status Notes
SPIR-V (binary)
Tint
MSL
HLSL
GLSL
AIR
DXBC
DXIL