mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-17 18:55:48 +00:00
Examples: DirectX9: Call EndFrame(), fix for assert added in 9a44d447cd
This commit is contained in:
parent
e5ebe42207
commit
c8b5b569da
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ int main(int, char**)
|
|||
}
|
||||
|
||||
// Rendering
|
||||
ImGui::EndFrame();
|
||||
g_pd3dDevice->SetRenderState(D3DRS_ZENABLE, false);
|
||||
g_pd3dDevice->SetRenderState(D3DRS_ALPHABLENDENABLE, false);
|
||||
g_pd3dDevice->SetRenderState(D3DRS_SCISSORTESTENABLE, false);
|
||||
|
|
Loading…
Add table
Reference in a new issue