diff options
author | jsjtxietian <jsjtxietian@outlook.com> | 2023-12-22 20:49:29 +0800 |
---|---|---|
committer | jsjtxietian <jsjtxietian@outlook.com> | 2023-12-25 11:13:01 +0800 |
commit | 078bfae6a468fda8b55cc7d61aba1721cb45723f (patch) | |
tree | 037c3899001b8233d82bc4d351cae7939a7f174f /drivers/vulkan/SCsub | |
parent | 9d1cbab1c432b6f1d66ec939445bec68b6af519e (diff) | |
download | redot-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/SCsub | 2 |
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" |