gfx-rs / wgpu-rs

Rust bindings to wgpu native library
https://wgpu.rs
Mozilla Public License 2.0
1.69k stars 186 forks source link

Bunnymark example #920

Closed kvark closed 3 years ago

kvark commented 3 years ago

This is technically ready. Interestingly, using wgpu logo made it run slower for me. I checked, and we appear to be texture unit bound on GPU, so the logo is probably just bigger than the other picture.

kvark commented 3 years ago

Let's add it with an idea that:

  1. we'll potentially move the examples out into a separate repo. I think this has a benefit of allowing users to copy stuff out of the examples, easier.
  2. we'd extend this example with more features, such as TypedArena use.

bors r=grovesNL

bors[bot] commented 3 years ago

Build succeeded: