Cross-platform, safe, pure-rust graphics api.
Go to file
2020-11-20 09:54:01 +01:00
.github/workflows Make CI test on multiple rust versions (#159) 2020-08-27 10:30:04 -04:00
examples Option to dump spirv flow graphs (#249) 2020-10-30 16:44:59 -04:00
fuzz Add fuzzing support 2020-07-01 08:53:54 -04:00
src [glsl-in] Skip gl_PerVertex 2020-11-20 09:54:01 +01:00
test-data [ir] support function argument names (#270) 2020-11-11 21:34:37 +01:00
tests Option to dump spirv flow graphs (#249) 2020-10-30 16:44:59 -04:00
.gitignore Option to dump spirv flow graphs (#249) 2020-10-30 16:44:59 -04:00
.monocodus Enable clippy on monocodus 2020-07-16 09:54:52 -04:00
Cargo.toml Bump thiserror to 1.0.21 (#241) 2020-10-20 14:44:56 -04:00
CHANGELOG.md Bump version to 0.2, add changelog 2020-08-16 23:49:48 -04:00
LICENSE-APACHE Relicense under MIT+Apache2 2020-06-21 16:59:16 -04:00
Makefile [glsl] write the entry point (#207) 2020-09-18 17:26:32 -04:00
README.md Added new external functions to the glsl backend to make it on par with the typifier (#240) 2020-10-19 09:40:30 -04: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

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

✔️ = Primary support — = Secondary support — 🚧 = Unsupported, but support in progress