mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-27 01:03:41 +00:00
Cross-platform, safe, pure-rust graphics api.
examples | ||
src | ||
.gitignore | ||
.travis.yml | ||
Cargo.toml | ||
LICENSE | ||
README.md |
Naga
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 |