Closed jpvanoosten closed 5 months ago
Yes indeed, this was reported in https://github.com/eliemichel/LearnWebGPU/issues/62 as well, and for the dawn-prebuilt repo I had to change fetch_dawn_dependencies.py
a little bit.
As mentioned in the issue linked above, a simple fix is to upgrade Dawn version number, I'll do this asap
Upgraded in WebGPU-distribution's main
as well as all branches of LearnWerbGPU-Code that used that version of the distribution.
You also need to update the FetchDawn.cmake
file to fetch the chromium/6536
tag please ;)
Add add the following targets to the AllDawnTargets
list:
Thanks in advance!
Woops, what did I do, thanks!
Great, Thanks! I have another quality of life improvement for you! See #21 😄
The
libprotobuf-mutator
library fails to build when usingWEBGPU_BACKEND=DAWN
since it seems to be missing the google/protobuff library dependency when compiling on Windows (Visual Studio 2022). I did not try other platforms.This is not an issue since it doesn't seem that anything depends on
libprotobuf-mutator
so perhaps this target can be disabled or deleted?