Backends: changed all backends to allow enabling ImGuiConfigFlags_ViewportsEnable after initialization. (#5371)

This commit is contained in:
ocornut
2024-10-08 20:47:24 +02:00
parent fa9277d12d
commit 22503bfe75
13 changed files with 81 additions and 86 deletions

View File

@@ -51,6 +51,11 @@ Other changes:
- Backends: DX9, DX10, DX11, DX12, OpenGL, Vulkan, WGPU: Changed default texture sampler
to Clamp instead of Repeat/Wrap. (#7468, #7511, #5999, #5502)
Docking+Viewports Branch:
- Backends: changed all backends to allow enabling ImGuiConfigFlags_ViewportsEnable
after initialization. (#5371)
-----------------------------------------------------------------------
VERSION 1.91.3 (Released 2024-10-04)