wgpu/gfx-examples
bors[bot] 152fad43c3 Merge #84 #85
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>
2019-03-01 18:42:35 +00:00
..
data Fix depth projection in the examples, add some rotation to the shadow 2019-02-22 18:43:06 -05:00
src Merge #84 #85 2019-03-01 18:42:35 +00:00
Cargo.toml Shadow shaders 2019-02-22 12:59:29 -05:00
README.md Document how to run examples 2019-02-12 22:01:49 +11:00

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.