wgpu/gfx-examples
2019-02-03 20:39:13 -05:00
..
data Vertex buffer description in the pipelines 2019-02-03 20:39:13 -05:00
src Vertex buffer description in the pipelines 2019-02-03 20:39:13 -05:00
Cargo.toml gfx framework GLSL reading, most of the cube example 2019-02-02 22:48:53 -05:00
README.md Basic gfx-examples framework 2019-02-02 21:02:33 -05:00

gfx pre-ll examples

Original gfx-rs examples were growing for years, but then got abandoned once we changed the API to match vulkan: https://github.com/gfx-rs/gfx/tree/pre-ll/examples

This is the new home for them, considering wgpu-rs to be the spiritual successor of gfx pre-ll.