webgpu-native-examples
webgpu-native-examples copied to clipboard
Collection of C-language examples that demonstrate basic rendering and computation in WebGPU native.
Hi, according to your guide, I has finished the compiler with webgpu-native-samples. But when run it , error accured, -> error info: nianrui@oppo:~/webgpu_module/webgpu-native-examples/build/Releasex64$ ./wgpu_sample_launcher triangle 17:19:47 INFO /home/nianrui/webgpu_module/webgpu-native-examples/src/main.c:19: Running example:...
There is reference to macos.m in the CMakeLists.txt but it is missing in the src/platforms
I'm using WSL2 Ubuntu on windows11 which can't support vulkan api so far! I tried to disable vulkan and enable opengl options,but it seems useless.
May I have ask, Do you have any plan to support this project on windows?