Skip to content

Commit

Permalink
[example] add instructions to halmark
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy committed Jul 17, 2024
1 parent a3d2d31 commit 241b52f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wgpu-hal/examples/halmark/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 241b52f

Please sign in to comment.