Backends: WebGPU: fix webgpu changes for Dawn. (#6602, #6188)

This commit is contained in:
williamhCode
2023-07-13 17:48:16 +08:00
committed by ocornut
parent 0e8eb8c48e
commit 3dc3aef8a4
2 changed files with 4 additions and 2 deletions

View File

@ -77,6 +77,7 @@ Other changes:
- Demo: Better showcase use of SetNextItemAllowOverlap(). (#6574, #6512, #3909, #517)
- Demo: Showcase a few more InputText() flags.
- Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
- Backends: WebGPU: Update for changes in Dawn. (#6602, #6188) [@williamhCode]
-----------------------------------------------------------------------