Backends: DX12: Rework synchronization logic. (master) (#8961)

This commit is contained in:
Rémy Tassoux
2025-09-26 16:07:38 +02:00
committed by ocornut
parent 3ff195f702
commit bab3ebec14
2 changed files with 22 additions and 40 deletions

View File

@@ -91,6 +91,7 @@ Other Changes:
- Examples: SDL2+DirectX11: Try WARP software driver if hardware driver is
not available. (#5924, #5562)
- Examples: SDL3+DirectX11: Added SDL3+DirectX11 example. (#8956, #8957) [@tomaz82]
- Examples: Win32+DirectX12: Rework synchronization logic. (#8961) [@RT2Code]
- Examples: made examples's main.cpp consistent with returning 1 on error.