mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-06 13:08:47 +02:00
This commit is contained in:
@ -59,6 +59,12 @@ Other Changes:
|
||||
User needs to call ImGui_ImplVulkan_LoadFunctions() with their custom loader prior to other functions.
|
||||
- Backends: Metal: Fixed texture storage mode when building on Mac Catalyst. (#3748) [@Belinsky-L-V]
|
||||
- Backends: OSX: Fixed mouse position not being reported when mouse buttons other than left one are down. (#3762) [@rokups]
|
||||
- Backends: WebGPU: Added enderer backend for WebGPU support (imgui_impl_wgpu.cpp) (#3632) [@bfierz]
|
||||
Please note that WebGPU is currently experimental, will not run on non-beta browsers, and may break.
|
||||
- Examples: WebGPU: Added Emscripten+WebGPU example. (#3632) [@bfierz]
|
||||
- Backends: GLFW: Added ImGui_ImplGlfw_InitForWebGPU() init point. It currently has strictly no effect on anything,
|
||||
but because some multi-viewport renderers require knowledge of the render stack in the Platform back-end, we're
|
||||
adding it for consistency. (#3632)
|
||||
|
||||
|
||||
-----------------------------------------------------------------------
|
||||
@ -94,7 +100,6 @@ Breaking Changes:
|
||||
confusion with Tables API. Keep redirection enums (will obsolete). (#125, #513, #913, #1204, #1444, #2142, #2707)
|
||||
- Renamed io.ConfigWindowsMemoryCompactTimer to io.ConfigMemoryCompactTimer as the feature now applies
|
||||
to other data structures. (#2636)
|
||||
- Backends: WebGPU: Added backend for WebGPU support in imgui_impl_wgpu [@bfierz]
|
||||
|
||||
Other Changes:
|
||||
|
||||
|
Reference in New Issue
Block a user