Files
wgpu/gfx-examples
Tristam MacDonald 524ff72fd3 Typed mapping of buffers
Add a sprinkling of generics to remove the need for unsafe
code to typecast slices resulting from mapping buffers.
2019-02-28 06:56:47 -08:00
..
2019-02-28 06:56:47 -08:00
2019-02-22 12:59:29 -05:00
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.