From 514e80bcc14524eed164334246431a7ca1830498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 26 May 2025 15:16:14 +0200 Subject: [PATCH] D3D12: Fix inconsistent value for `DCOMP_ENABLED` in platform code --- drivers/d3d12/SCsub | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/d3d12/SCsub b/drivers/d3d12/SCsub index bbe932d227d..4a1dfc25dc5 100644 --- a/drivers/d3d12/SCsub +++ b/drivers/d3d12/SCsub @@ -45,6 +45,7 @@ if env["use_pix"]: if "dcomp" in env.get("supported", []): env_d3d12_rdd.Append(CPPDEFINES=["DCOMP_ENABLED"]) + env.Append(CPPDEFINES=["DCOMP_ENABLED"]) # Used in header included in platform. # Mesa (SPIR-V to DXIL functionality).