mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
706a88e21c9de00d4e3ef5bd591d5169bc94f982
* Move from travis to github actions (#58) * Added github actions * Remove travis * Fixed clippy warnings * Add the clippy check to ci * Move workflows to .github * Fix missing clippy
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) | 🚧 | |
| WGSL (Tint) | 🚧 | |
| GLSL (Vulkan) | ||
| Rust |
| Back-end | Status | Notes |
|---|---|---|
| SPIR-V (binary) | ||
| WGSL | ||
| Metal | 🚧 | |
| HLSL | ||
| GLSL | ||
| AIR | ||
| DXIR | ||
| DXIL | ||
| DXBC |
Description
Languages
Rust
79.9%
WGSL
16.2%
HLSL
2%
GLSL
1.7%
JavaScript
0.2%