Backends: WebGPU: Reorganized to store data in io.BackendRendererUserData like other backends.

In theory supporting multiple contexts (untested).
This commit is contained in:
ocornut
2023-04-11 15:25:21 +02:00
parent 18d72a9142
commit cbdac1e150
2 changed files with 121 additions and 85 deletions

View File

@ -90,6 +90,7 @@ Other changes:
(#6315) [@PathogenDavid]
- Backends: OSX: Added support for io.AddMouseSourceEvent() to discriminate Mouse/Pen.
(#6314) [@PathogenDavid]
- Backends: WebGPU: Reorganized to store data in io.BackendRendererUserData like other backends.
- Examples: Windows: Added 'misc/debuggers/imgui.natstepfilter' file to all Visual Studio projects,
now that VS 2022 17.6 Preview 2 support adding Debug Step Filter spec files into projects.
- Examples: SDL3: Updated for latest WIP SDL3 branch. (#6243)