Backends: WebGPU: Fixing an issue when opening a popup in the wgpu backend (#7191)

Amend 2b0bd40b9
This commit is contained in:
Axel Paris
2024-01-03 11:25:19 +01:00
committed by ocornut
parent 718fa0eec6
commit e8dd47effa
2 changed files with 11 additions and 1 deletions

View File

@ -96,6 +96,8 @@ Other changes:
compiling in MBCS mode. (#7174) [@kimidaisuki22]
- Backends: Vulkan: Fixed mismatching allocator passed to vkCreateCommandPool() vs
vkDestroyCommandPool(). (#7075) [@FoonTheRaccoon]
- Backends: WebGPU: Fixed wgpuRenderPassEncoderSetScissorRect() crash when rendering modal
window's dimming layer, which has an unclipped value in ImDrawCmd::ClipRect. (#7191) [@aparis69]
- Examples: GLFW+Emscripten: Fixed examples not consistently resizing according to host canvas.
(#6751) [@Traveller23, @ypujante]