summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorPedro J. Estébanez <pedrojrulez@gmail.com>2023-01-09 16:56:16 +0100
committerPedro J. Estébanez <pedrojrulez@gmail.com>2023-12-12 19:10:04 +0100
commit2f47c573857f0e6f81281c62d51f006ab7f24828 (patch)
treed9cbc6a6981ccad9c4b2688f7109bad7b0a5a7b4 /SConstruct
parent208c1020f52e66dcbe0bc8eae1622afb437e69a5 (diff)
downloadredot-engine-2f47c573857f0e6f81281c62d51f006ab7f24828.tar.gz
Add Direct3D 12 RenderingDevice implementation
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 534d5bd95d..9dc1caa0b6 100644
--- a/SConstruct
+++ b/SConstruct
@@ -191,6 +191,7 @@ opts.Add(BoolVariable("brotli", "Enable Brotli for decompresson and WOFF2 fonts
opts.Add(BoolVariable("xaudio2", "Enable the XAudio2 audio driver", False))
opts.Add(BoolVariable("vulkan", "Enable the vulkan rendering driver", True))
opts.Add(BoolVariable("opengl3", "Enable the OpenGL/GLES3 rendering driver", True))
+opts.Add(BoolVariable("d3d12", "Enable the Direct3D 12 rendering driver (Windows only)", False))
opts.Add(BoolVariable("openxr", "Enable the OpenXR driver", True))
opts.Add(BoolVariable("use_volk", "Use the volk library to load the Vulkan loader dynamically", True))
opts.Add(BoolVariable("disable_exceptions", "Force disabling exception handling code", True))