mirror of
https://github.com/sotrh/learn-wgpu.git
synced 2024-11-11 19:10:34 +00:00
9a578de950
Needed this to get things rendering for me! otherwise we get: ``` $ cargo run Compiling rustp v0.1.0 (/Users/jack/dev/rustp) warning: unused implementer of `Future` that must be used --> src/main.rs:4:5 | 4 | run(); | ^^^^^^ | = note: `#[warn(unused_must_use)]` on by default = note: futures do nothing unless you `.await` or poll them warning: `rustp` (bin "rustp") generated 1 warning Finished dev [unoptimized + debuginfo] target(s) in 0.48s Running `target/debug/rustp` ``` |
||
---|---|---|
.. | ||
tutorial1-window | ||
tutorial2-surface | ||
tutorial3-pipeline | ||
tutorial4-buffer | ||
tutorial5-textures | ||
tutorial6-uniforms | ||
tutorial7-instancing | ||
tutorial8-depth | ||
tutorial9-models |