Closed yyc-git closed 4 years ago
Hey,
PATH_TO_DAWN must be an absolute path to the location of dawn. I've added an error message with https://github.com/maierfelix/webgpu/commit/48495e175a0da8614c41bb7c1754ca83103303f6.
@maierfelix Thanks for your reply! Yes, it work!
Hello @maierfelix , Thanks For your project!
My environment: windows7 vs2019 graphics card is rtx 2060s vulkan sdk version is 1.1.126.0
1、I have successfully build dawn-ray-tracing project:
a)install depot_tools b)Then get the source as follows:
c)build:
2、I have add PATH_TO_DAWN in webgpu's root successfully.
file content like this:
3、try to build webgpu project:
now I have fail:
How to solve the Error??? Thanks very much!