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
Version 1.91.1, Branch: master
imgui_impl_wgpu.cpp
All
No response
The wgpu backend does not build with the latest versions of dawn. The error occurs on this line:
imgui/backends/imgui_impl_wgpu.cpp
Line 663 in a8eec24
The 'false' on this line should now be 'WGPUOptionalBool_False'.
I can make a PR for this, but it'll break every one's code if they don't have the latest version of Dawn so it may not be a good idea just yet.
Bye, Mark
The text was updated successfully, but these errors were encountered:
Backends: WGPU: add IMGUI_IMPL_WEBGPU_BACKEND_DAWN/IMGUI_IMPL_WEBGPU_…
1ac162f
…BACKEND_WGPU to support more targets. (#7977, #7969, #6602, #6188, #7523)
Fixed by 1ac162f !
Sorry, something went wrong.
No branches or pull requests
Version/Branch of Dear ImGui:
Version 1.91.1, Branch: master
Back-ends:
imgui_impl_wgpu.cpp
Compiler, OS:
All
Full config/build information:
No response
Details:
The wgpu backend does not build with the latest versions of dawn. The error occurs on this line:
imgui/backends/imgui_impl_wgpu.cpp
Line 663 in a8eec24
The 'false' on this line should now be 'WGPUOptionalBool_False'.
I can make a PR for this, but it'll break every one's code if they don't have the latest version of Dawn so it may not be a good idea just yet.
Bye,
Mark
Screenshots/Video:
No response
Minimal, Complete and Verifiable Example code:
No response
The text was updated successfully, but these errors were encountered: