Examples: DirectX11: moved shader to be close to its usage location,

This commit is contained in:
omar
2014-12-03 18:46:13 +00:00
parent 52b5376d9b
commit 2e5b81627f
3 changed files with 118 additions and 121 deletions

View File

@ -305,9 +305,9 @@ int main(int argc, char** argv)
glfwSwapBuffers(window);
}
// Cleanup
// Cleanup
ImGui::Shutdown();
glfwTerminate();
return 0;
return 0;
}