We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3aca446 + d667de9 commit a526b42Copy full SHA for a526b42
examples/directx11_example/imgui_impl_dx11.cpp
@@ -402,7 +402,7 @@ void ImGui_ImplDX11_InvalidateDeviceObjects()
402
return;
403
404
if (g_pFontSampler) { g_pFontSampler->Release(); g_pFontSampler = NULL; }
405
- if (g_pFontTextureView) { g_pFontTextureView->Release(); ImGui::GetIO().Fonts->TexID = 0; }
+ if (g_pFontTextureView) { g_pFontTextureView->Release(); g_pFontTextureView = NULL; ImGui::GetIO().Fonts->TexID = 0; }
406
if (g_pIB) { g_pIB->Release(); g_pIB = NULL; }
407
if (g_pVB) { g_pVB->Release(); g_pVB = NULL; }
408
0 commit comments