mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-27 01:03:41 +00:00
30 lines
1.3 KiB
Markdown
30 lines
1.3 KiB
Markdown
# Naga
|
|
|
|
[![Matrix](https://img.shields.io/badge/Matrix-%23naga%3Amatrix.org-blueviolet.svg)](https://matrix.to/#/#naga:matrix.org)
|
|
[![Crates.io](https://img.shields.io/crates/v/naga.svg?label=naga)](https://crates.io/crates/naga)
|
|
[![Docs.rs](https://docs.rs/naga/badge.svg)](https://docs.rs/naga)
|
|
[![Build Status](https://github.com/gfx-rs/naga/workflows/pipeline/badge.svg)](https://github.com/gfx-rs/naga/actions)
|
|
|
|
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) | :construction: | |
|
|
WGSL | :construction: | |
|
|
GLSL (Vulkan) | :construction: | |
|
|
Rust | | |
|
|
|
|
Back-end | Status | Notes |
|
|
--------------- | ------------------ | ----- |
|
|
SPIR-V (binary) | :construction: | |
|
|
WGSL | | |
|
|
Metal | :construction: | |
|
|
HLSL | | |
|
|
GLSL | | |
|
|
AIR | | |
|
|
DXIR | | |
|
|
DXIL | | |
|
|
DXBC | | |
|