mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
FontAtlas: reduced baked IM_DRAWLIST_TEX_LINES_WIDTH_MAX from 63 to 32. (#3245)
This commit is contained in:
parent
100075f2be
commit
8a9de84cd0
2 changed files with 2 additions and 2 deletions
|
|
@ -43,6 +43,7 @@ Breaking changes:
|
|||
|
||||
Other changes:
|
||||
|
||||
- ImDrawList: texture baked storage for thick line reduced from ~64x64 to ~32x32. (#3245)
|
||||
- Backends: DirectX12: Texture upload use the command queue provided in
|
||||
ImGui_ImplDX12_InitInfo instead of creating its own.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue