Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement changes to WebGPU timestamp-query #6001

Merged

Conversation

erikdubbelboer
Copy link
Contributor

@erikdubbelboer erikdubbelboer commented Jan 27, 2024

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.

Fixes #5989

I confirm I have read the contributing guidelines and signed the Contributor License Agreement.

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.
Copy link
Contributor

@mvaligursky mvaligursky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!
Hopefully this will come back one day.

@mvaligursky mvaligursky merged commit 11957c3 into playcanvas:main Jan 30, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: graphics Graphics related issue bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement changes to WebGPU timestamp-query
3 participants