1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fetch video adapter driver name and version from OS on Linux/*BSD and Windows

This commit is contained in:
MJacred
2022-10-11 12:39:41 +02:00
parent 63c0dc690e
commit de768afbdc
11 changed files with 325 additions and 0 deletions

View File

@@ -427,6 +427,7 @@ def configure_msvc(env, vcvars_msvc_config):
"Avrt",
"dwmapi",
"dwrite",
"wbemuuid",
]
if env["vulkan"]:
@@ -616,6 +617,7 @@ def configure_mingw(env):
"uuid",
"dwmapi",
"dwrite",
"wbemuuid",
]
)