(Breaking) Backends: DX12: removed support for legacy ImGui_ImplDX12_Init() signature obsoleted in 1.91.6. (#9487)

Amend 40b2286d1, 142827f7, eefe5d5aa.
This commit is contained in:
ocornut
2026-08-05 14:58:55 +02:00
parent 2de0a07cd4
commit a5a3e1bd04
3 changed files with 13 additions and 38 deletions

View File

@@ -45,6 +45,10 @@ Breaking Changes:
favor of `style.CurveTesselationMaxError` (default 1.12)` which is in Pixels unit. It is
easier to tweak + this allows us to easily scale error threshold on high density screens.
- style.CurveTesselationMaxError == sqrf(style.CurveTessellationTol).
- Backends:
- DirectX12: Removed support for legacy `ImGui_ImplDX12_Init()` signature, which was
obsoleted in 1.91.6 (December 2014), because it needed to forcefully disable support
for `ImGuiBackendFlags_RendererHasTextures`. Use the new signature! (#9487)
Other Changes: