You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfo
Fetch video adapter driver name and version from OS
This commit is contained in:
@@ -401,6 +401,7 @@ def configure_msvc(env, vcvars_msvc_config):
|
||||
"Avrt",
|
||||
"dwmapi",
|
||||
"dwrite",
|
||||
"wbemuuid",
|
||||
]
|
||||
|
||||
if env["vulkan"]:
|
||||
@@ -577,6 +578,7 @@ def configure_mingw(env):
|
||||
"uuid",
|
||||
"dwmapi",
|
||||
"dwrite",
|
||||
"wbemuuid",
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user