mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-29 02:03:35 +00:00
2d166d2155
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> |
||
---|---|---|
.. | ||
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.