We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
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?
4.4+
AMD_query_buffer_object
4.2
Sorry, something went wrong.
oh interesting. I actually just blindly quoted what @cwfitzgerald wrote on wgpu chat 😄
Then it's probably 4.4 :)
Notably once gles gets support for timestamp queries, it will also have not have this downlevel feature
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: