mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-28 02:50:06 +00:00
This commit is contained in:
parent
c3629adbeb
commit
f3d242a90d
3 changed files with 3 additions and 2 deletions
|
|
@ -60,6 +60,7 @@ Other changes:
|
|||
- IO: added 'void* platform_io.Renderer_RenderState' which is set during the
|
||||
ImGui_ImplXXXX_RenderDrawData() of standard backend to expose selected render
|
||||
state to draw callbacks. (#6969, #5834, #7468, #3590)
|
||||
- Tables: fixed initial auto-sizing issue with synched-instances. (#8045, #7218)
|
||||
- Backends: DX11, DX12, Vulkan, WGPU: expose selected state in ImGui_ImplXXXX_RenderState.
|
||||
structure during render loop. (#6969, #5834, #7468, #3590)
|
||||
- Backends: DX9, DX10, DX11, DX12, OpenGL, Vulkan, WGPU: Changed default texture sampler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue