-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support render/compute pass timer queries, overhaul query interface (#56
) * initial support for pass timestamp_writes * reorganize scope to have less code dupl. But I don't like it since it requires to import a trait. More stuff to try... * use macro to implement scopes and simplify scope implementing * make tests pass again * solve low-level scope parenting with a with_ method * fix clippy lints * allow changing settings while scopes are open * Rename various things scope -> query, make timestamp writes api more safe and better documented * update docs * update demo to use manual owning scope
- Loading branch information
Showing
9 changed files
with
522 additions
and
638 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.