mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
Cross-platform, safe, pure-rust graphics api.
fc3b6fc3cb
10: Generate C header r=kvark a=grovesNL Fixes #6 ~~WIP: there are a few issues I've encountered already for the few functions we expose.~~ Co-authored-by: grovesNL <josh@joshgroves.com> Co-authored-by: Joshua Groves <josh@joshgroves.com> |
||
---|---|---|
examples | ||
wgpu-bindings | ||
wgpu-native | ||
.gitignore | ||
.travis.yml | ||
bors.toml | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
rustfmt.toml |
WebGPU
This is an experimental WebGPU implementation as a native static library. It's written in Rust and is based on gfx-hal and satellite libraries. The corresponding WebIDL specification can be found at gpuweb project.