-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement changes to WebGPU timestamp-query
Remove call to GPURenderPassEncoder.writeTimestamp as it is not part of the spec anymore, and was removed by Chrome. It is also not needed anymore. The new interface, GPURenderPassDescriptor.timestampWrites was already implemented so nothing is needed there.
- Loading branch information
1 parent
dc499b7
commit 4711709
Showing
2 changed files
with
1 addition
and
33 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