Cleanup main.cpp
This commit is contained in:
@@ -13,8 +13,6 @@ using namespace openVulkanoCpp;
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
std::unique_ptr<IGraphicsApp> app = CubesExampleApp::Create();
|
||||
int threads = 4;
|
||||
EngineConfiguration::GetEngineConfiguration()->SetNumThreads(threads);
|
||||
GraphicsAppManager manager(app.get());
|
||||
manager.Run();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user