Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf authored Dec 3, 2023
1 parent 2a458b9 commit e20b8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dual licensed as above, without any additional terms or conditions.
## Changelog
* unreleased
* ⚠️ Includes many major breaking changes! ⚠️
* `GpuProfiler` can now be with several command buffers interleaved or in parallel!
* `GpuProfiler` can now be used with several command buffers interleaved or in parallel!
* `Scope`/`OwningScope`/`ManualScope`/ are now all top-level in the `gpu_profiler` module. `GpuProfiler` has utilities to create them directly.
* `GpuProfiler::begin_query` returns a query and `GpuProfiler::end_query` consumes it again
* nesting of profiling scopes is no longer done automatically: To manually associate a `GpuProfilerQuery` with a parent, use `GpuProfilerQuery::with_parent`
Expand Down

0 comments on commit e20b8ff

Please sign in to comment.