beaufortfrancois / webgpu-cross-platform-app

WebGPU cross-platform app with CMake/Emscripten
https://developer.chrome.com/docs/web-platform/webgpu/build-app
100 stars 7 forks source link

Bump dawn version #1

Closed Vertexwahn closed 1 year ago

Vertexwahn commented 1 year ago

WebGPU using Emscripten works on older hardware for me (using Chrome) - but not with Dawn. Maybe we should update the referenced dawn version - maybe this support older hardware better?

kainino0x commented 1 year ago

The version of dawn is not that old yet, I don't suspect we've recently done anything to make it work on older hardware, but it's possible. Have you tried building against a newer dawn revision?

Could you share more info about the system you're running on and what goes wrong when you try to run it? (and any error logs)

beaufortfrancois commented 1 year ago

@Vertexwahn Did you have a chance to try with a newer dawn version?