mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Add README
This commit is contained in:
26
README.md
Normal file
26
README.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# Naga
|
||||
|
||||
[](https://matrix.to/#/#gfx:matrix.org)
|
||||
[](https://travis-ci.org/gfx-rs/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) | :construction: | |
|
||||
Tint | | |
|
||||
GLSL (Vulkan) | | |
|
||||
Rust | | |
|
||||
|
||||
Back-end | Status | Notes |
|
||||
--------------- | ------------------ | ----- |
|
||||
SPIR-V (binary) | | |
|
||||
Tint | | |
|
||||
MSL | | |
|
||||
HLSL | | |
|
||||
GLSL | | |
|
||||
AIR | | |
|
||||
DXBC | | |
|
||||
DXIL | | |
|
||||
Reference in New Issue
Block a user