mirror of
https://github.com/ocornut/imgui.git
synced 2025-09-06 19:38:28 +00:00
Examples: DirectX11: moved shader to be close to its usage location,
This commit is contained in:
@@ -305,9 +305,9 @@ int main(int argc, char** argv)
|
||||
glfwSwapBuffers(window);
|
||||
}
|
||||
|
||||
// Cleanup
|
||||
// Cleanup
|
||||
ImGui::Shutdown();
|
||||
glfwTerminate();
|
||||
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user