mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 14:55:05 +00:00
Add README
This commit is contained in:
parent
fe654ee8c5
commit
e1a6b5aa55
26
README.md
Normal file
26
README.md
Normal file
@ -0,0 +1,26 @@
|
||||
# Naga
|
||||
|
||||
[![Matrix](https://img.shields.io/badge/Matrix-%23gfx%3Amatrix.org-blueviolet.svg)](https://matrix.to/#/#gfx:matrix.org)
|
||||
[![Build Status](https://travis-ci.org/gfx-rs/naga.svg?branch=master)](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 | | |
|
Loading…
Reference in New Issue
Block a user