mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 14:55:05 +00:00
152fad43c3
84: Create buffer mapped r=kvark a=swiftcoder I haven't really taken a swing at error handling here, posting it up early for feedback on the API. 85: Unpin nightly date for bindings generation r=kvark a=grovesNL rust-lang/rust#57915 allows us to run bindings generation with nightly again, so we shouldn't have to pin to an older nightly date anymore (assuming everyone has a recent nightly). Co-authored-by: Tristam MacDonald <tristam@trist.am> Co-authored-by: Joshua Groves <josh@joshgroves.com> |
||
---|---|---|
.. | ||
data | ||
src | ||
Cargo.toml | ||
README.md |
gfx pre-ll examples
The original gfx-rs examples had grown over several years, but then were abandoned when the gfx API was changed to match Vulkan: https://github.com/gfx-rs/gfx/tree/pre-ll/examples
wgpu-rs is considered to be the spiritual successor of gfx pre-ll, so this is the new home for the examples.