Examples: Emscripten+webgpu: Fixed WGPUInstance creation process + use preferred framebuffer format. (#6640, #6748)

This commit is contained in:
wushiyang
2023-08-24 16:04:50 +08:00
committed by ocornut
parent 4a81424492
commit 981abb4612
2 changed files with 15 additions and 10 deletions

View File

@ -72,6 +72,8 @@ Other changes:
- Backends: SDL2,SDL3: added ImGui_ImplSDL2_InitForOther()/ImGui_ImplSDL3_InitForOther()
for consistency (matching GLFW backend) and as most initialization paths don't actually
need to care about rendering backend.
- Examples: Emscripten+WebGPU: Fixed WGPUInstance creation process + use preferred
framebuffer format. (#6640, #6748) [@smileorigin]
-----------------------------------------------------------------------