mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
[D3D12] Add support for building with pre-11.0.0 MinGW versions, make PIX runtime opt-in.
This commit is contained in:
@@ -33,7 +33,7 @@ if env["agility_sdk_path"] != "" and os.path.exists(env["agility_sdk_path"]):
|
||||
|
||||
# PIX.
|
||||
|
||||
if env["pix_path"] != "" and os.path.exists(env["pix_path"]):
|
||||
if env["use_pix"]:
|
||||
env_d3d12_rdd.Append(CPPDEFINES=["PIX_ENABLED"])
|
||||
env_d3d12_rdd.Append(CPPPATH=[env["pix_path"] + "/Include"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user