Backends: WebGPU: Update impl_wgpu for an emscripten change

This commit is contained in:
Corentin Wallez
2021-08-24 14:55:43 +02:00
committed by ocornut
parent 51d841dcf3
commit e652527313
2 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -46,7 +46,8 @@ Other Changes:
the whole widget is clipped.
- imgui_freetype: Fixed crash when FT_Render_Glyph() fails to render a glyph and returns NULL
(which apparently happens with Freetype 2.11). (#4394, #4145?).
- Backends: OpenGL3: Fix our new GL loader conflicting with user using GL3W. (#4445)
- Backends: OpenGL3: Fixed our new GL loader conflicting with user using GL3W. (#4445)
- Backends: WebGPU: Fixed for latest specs. (#4472) [@Kangz]
-----------------------------------------------------------------------