Backends: DX12: Use one fence instead of one by viewport. (master) (#8961)

This commit is contained in:
Rémy Tassoux
2025-09-27 00:12:36 +02:00
committed by ocornut
parent bab3ebec14
commit 5ce903af6e
2 changed files with 18 additions and 13 deletions

View File

@@ -75,6 +75,7 @@ Other Changes:
which may be dangling when using backend in e.g. DLL. (#8945, #2769)
- Backends: DirectX12: reuse a command list and allocator for texture uploads instead
of recreating them each time. (#8963, #8465) [@RT2Code]
- Backends: DirectX12: Rework synchronization logic. (#8961) [@RT2Code]
- Backends: OpenGL3: fixed GL loader to work on Haiku OS which does not support
`RTLD_NOLOAD`. (#8952) [@Xottab-DUTY, @threedeyes]
- Backends: GLFW: fixed build on platform that are neither Windows, macOS or