Skip to content

Commit dd989a8

Browse files
committed
Removed "Direct3D12" default module entry.
1 parent 922e9fd commit dd989a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sources/Renderer/RenderSystem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ std::vector<std::string> RenderSystem::FindModules()
3636
const std::vector<std::string> knownModules
3737
{
3838
#ifdef _WIN32
39-
/*"Direct3D12", */"Direct3D11",
39+
"Direct3D11",
4040
#endif
4141
#ifdef __APPLE__
4242
"Metal",

0 commit comments

Comments
 (0)