wgpu/gfx-examples
bors[bot] 2d166d2155 Merge #80
80: Typed mapping of buffers r=kvark a=swiftcoder

Add a sprinkling of generics to remove the need for unsafe code to typecast slices resulting from mapping buffers.

Co-authored-by: Tristam MacDonald <tristam@trist.am>
2019-02-28 15:26:21 +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 #80 2019-02-28 15:26:21 +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.