Files
wgpu/README.md
Dzmitry Malyshau be86f5b7cf Update README table
2021-01-30 11:54:15 -05:00

1.5 KiB

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