mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Merge pull request #378 from Gargaj/patch-1
Examples: DirectX9: NULL out font texture on Invalidate so NewFrame() can be called directly without ImGui_ImplDX9_CreateDeviceObjects()
This commit is contained in:
commit
42529f1270
1 changed files with 1 additions and 0 deletions
|
|
@ -285,6 +285,7 @@ void ImGui_ImplDX9_InvalidateDeviceObjects()
|
|||
tex->Release();
|
||||
ImGui::GetIO().Fonts->TexID = 0;
|
||||
}
|
||||
g_FontTexture = NULL;
|
||||
}
|
||||
|
||||
void ImGui_ImplDX9_NewFrame()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue