mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
[example] add instructions to halmark
This commit is contained in:
parent
a3d2d31d3d
commit
241b52f7ea
@ -814,6 +814,8 @@ fn main() {
|
||||
let example_result = Example::<Api>::init(&window);
|
||||
let mut example = Some(example_result.expect("Selected backend is not supported"));
|
||||
|
||||
println!("Press space to spawn bunnies.");
|
||||
|
||||
let mut last_frame_inst = Instant::now();
|
||||
let (mut frame_count, mut accum_time) = (0, 0.0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user