beaufortfrancois / webgpu-cross-platform-app

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

Use new Surface API #7

Closed beaufortfrancois closed 1 month ago

beaufortfrancois commented 2 months ago

On Emscripten, it requires https://github.com/emscripten-core/emscripten/pull/21939/

beaufortfrancois commented 1 month ago

@kainino0x @Kangz I've updated this PR. Note that I'm now reusing format in colorTargetState instead of hardcoding wgpu::TextureFormat::BGRA8Unorm

beaufortfrancois commented 1 month ago

@kainino0x I've addressed your latest feedback. I'll merge when emscripten changes land. Thank you!

beaufortfrancois commented 1 month ago

I'll merge when Chrome 126 hits stable. Thanks for the reviews!