Backends: DirectX12: Texture upload use the command queue provided in ImGui_ImplDX12_InitInfo instead of creating its own.

+ minor tweaks to faciliate branch merging.
This commit is contained in:
ocornut
2025-01-15 12:05:33 +01:00
parent c59a2267d0
commit 100075f2be
3 changed files with 28 additions and 29 deletions

View File

@@ -43,6 +43,9 @@ Breaking changes:
Other changes:
- Backends: DirectX12: Texture upload use the command queue provided in
ImGui_ImplDX12_InitInfo instead of creating its own.
-----------------------------------------------------------------------
VERSION 1.91.7 (Released 2025-01-14)