Skip to content

Commit

Permalink
Missed a period!
Browse files Browse the repository at this point in the history
  • Loading branch information
LikeLakers2 committed Aug 21, 2024
1 parent 93c3e47 commit d01c903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ When a suspected wgpu error occurs, you should capture a wgpu trace so that Bevy

To capture a wgpu trace:

1. Create a new folder in which to store your wgpu trace
1. Create a new folder in which to store your wgpu trace.
2. Pass the path to the folder you created for your wgpu trace to `bevy_render::RenderPlugin`, using the `render_creation` field.
* If you're manually creating the renderer resources, pass the path to wgpu when creating the `RenderDevice` and `RenderQueue`.
* Otherwise, pass the path to Bevy via the `trace_path` field in `bevy_render::settings::WgpuSettings`.
Expand Down

0 comments on commit d01c903

Please sign in to comment.