mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-15 01:17:00 +00:00
OverlayDrawList readier for pushing elements (not exposed yet)
This commit is contained in:
parent
0224d29a35
commit
368d2c3568
@ -2153,6 +2153,8 @@ void ImGui::NewFrame()
|
|||||||
g.FrameCount += 1;
|
g.FrameCount += 1;
|
||||||
g.Tooltip[0] = '\0';
|
g.Tooltip[0] = '\0';
|
||||||
g.OverlayDrawList.Clear();
|
g.OverlayDrawList.Clear();
|
||||||
|
g.OverlayDrawList.PushTextureID(g.IO.Fonts->TexID);
|
||||||
|
g.OverlayDrawList.PushClipRectFullScreen();
|
||||||
g.OverlayDrawList.AddDrawCmd();
|
g.OverlayDrawList.AddDrawCmd();
|
||||||
|
|
||||||
// Update inputs state
|
// Update inputs state
|
||||||
|
Loading…
Reference in New Issue
Block a user