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

Work gracefully with downlevel NONBLOCKING_QUERY_RESOLVE #52

Open
Wumpf opened this issue Oct 26, 2023 · 3 comments
Open

Work gracefully with downlevel NONBLOCKING_QUERY_RESOLVE #52

Wumpf opened this issue Oct 26, 2023 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@Wumpf
Copy link
Owner

Wumpf commented Oct 26, 2023

https://docs.rs/wgpu/latest/wgpu/struct.DownlevelFlags.html#associatedconstant.NONBLOCKING_QUERY_RESOLVE

As of writing it's only on Desktop GL < 4.2

Not exactly sure what we need to do here exactly, but at the very least it should be tried out and documented how to work with it!

@Wumpf Wumpf added the help wanted Extra attention is needed label Oct 26, 2023
@Imberflur
Copy link
Collaborator

only on Desktop GL < 4.2

I'm a bit curious about this since the wgpu docs only say 4.4+, is it that AMD_query_buffer_object could be available on 4.2?

@Wumpf
Copy link
Owner Author

Wumpf commented Oct 28, 2023

oh interesting. I actually just blindly quoted what @cwfitzgerald wrote on wgpu chat 😄

@cwfitzgerald
Copy link
Contributor

Then it's probably 4.4 :)

Notably once gles gets support for timestamp queries, it will also have not have this downlevel feature

@Wumpf Wumpf pinned this issue Dec 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants