Skip to content

Commit

Permalink
Reverted to D3D11 renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
ange-yaghi committed Aug 13, 2022
1 parent bac9f8e commit a9de2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ int WINAPI WinMain(
(void)hPrevInstance;

EngineSimApplication application;
application.initialize((void *)&hInstance, ysContextObject::DeviceAPI::OpenGL4_0);
application.initialize((void *)&hInstance, ysContextObject::DeviceAPI::DirectX11);
application.run();
application.destroy();

Expand Down

0 comments on commit a9de2d4

Please sign in to comment.