Backends: WebGPU: Align buffer sizes upon creation. (#6188)

Amend from original pr to use a macro.
This commit is contained in:
Elie Michel
2023-02-20 23:39:50 +01:00
committed by ocornut
parent cbdac1e150
commit e67f2f4791
2 changed files with 8 additions and 5 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: Align buffers. (#6188) [@eliemichel]
- 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.