mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Backends: DX12: Use one fence instead of one by viewport. (master) (#8961)
This commit is contained in:
parent
bab3ebec14
commit
5ce903af6e
2 changed files with 18 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue