Backends: DirectX12: Fixed an issue in synchronization logic improving rendering throughput for secondary viewports. (#9025, #8961)

This commit is contained in:
Rémy Tassoux
2025-10-20 19:00:31 +02:00
committed by ocornut
parent a47064966b
commit 05531f898e
2 changed files with 8 additions and 4 deletions

View File

@@ -63,8 +63,12 @@ Other Changes:
Docking+Viewports Branch:
- Examples: SDL2+DX11, SDL3+DX11, Win32+DX10, Win32+DX11: fixed one resource
leak from the use of MakeWindowAssociation() in 1.92.4. (#9010, #4350) [@o-3-o]
- Examples:
- SDL2+DX11, SDL3+DX11, Win32+DX10, Win32+DX11: fixed one resource leak
from the use of MakeWindowAssociation() in 1.92.4. (#9010, #4350) [@o-3-o]
- Backends:
- DirectX12: Fixed an issue in synchronization logic improving rendering
throughput for secondary viewports. (#9025, #8961)
-----------------------------------------------------------------------