mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-05 04:10:07 +00:00
Examples: DirectX11: moved shader to be close to its usage location,
This commit is contained in:
parent
52b5376d9b
commit
2e5b81627f
3 changed files with 118 additions and 121 deletions
|
|
@ -305,9 +305,9 @@ int main(int argc, char** argv)
|
|||
glfwSwapBuffers(window);
|
||||
}
|
||||
|
||||
// Cleanup
|
||||
// Cleanup
|
||||
ImGui::Shutdown();
|
||||
glfwTerminate();
|
||||
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue