summaryrefslogtreecommitdiffstats
path: root/drivers/vulkan/SCsub
diff options
context:
space:
mode:
authorjsjtxietian <jsjtxietian@outlook.com>2023-12-22 20:49:29 +0800
committerjsjtxietian <jsjtxietian@outlook.com>2023-12-25 11:13:01 +0800
commit078bfae6a468fda8b55cc7d61aba1721cb45723f (patch)
tree037c3899001b8233d82bc4d351cae7939a7f174f /drivers/vulkan/SCsub
parent9d1cbab1c432b6f1d66ec939445bec68b6af519e (diff)
downloadredot-engine-078bfae6a468fda8b55cc7d61aba1721cb45723f.tar.gz
Add RD_ENABLED when VULKAN_ENABLED or D3D12_ENABLED is added
Diffstat (limited to 'drivers/vulkan/SCsub')
-rw-r--r--drivers/vulkan/SCsub2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/vulkan/SCsub b/drivers/vulkan/SCsub
index 5e4bc986b8..a076c0ac54 100644
--- a/drivers/vulkan/SCsub
+++ b/drivers/vulkan/SCsub
@@ -2,8 +2,6 @@
Import("env")
-env.Append(CPPDEFINES=["RD_ENABLED"])
-
thirdparty_obj = []
thirdparty_dir = "#thirdparty/vulkan"
thirdparty_volk_dir = "#thirdparty/volk"