mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
D3D12: Fix inconsistent value for DCOMP_ENABLED in platform code
This commit is contained in:
@@ -45,6 +45,7 @@ if env["use_pix"]:
|
|||||||
|
|
||||||
if "dcomp" in env.get("supported", []):
|
if "dcomp" in env.get("supported", []):
|
||||||
env_d3d12_rdd.Append(CPPDEFINES=["DCOMP_ENABLED"])
|
env_d3d12_rdd.Append(CPPDEFINES=["DCOMP_ENABLED"])
|
||||||
|
env.Append(CPPDEFINES=["DCOMP_ENABLED"]) # Used in header included in platform.
|
||||||
|
|
||||||
|
|
||||||
# Mesa (SPIR-V to DXIL functionality).
|
# Mesa (SPIR-V to DXIL functionality).
|
||||||
|
|||||||
Reference in New Issue
Block a user