summaryrefslogtreecommitdiff
path: root/tools/render-test/options.h
diff options
context:
space:
mode:
authorSimon Kallweit <64953474+skallweitNV@users.noreply.github.com>2025-02-28 02:54:22 +0100
committerGitHub <noreply@github.com>2025-02-27 17:54:22 -0800
commit38734ec1f6644f1565aeb91106f371b14d3ba07a (patch)
treefcd6f47c78214ef84ee59b96f167160c810aeb93 /tools/render-test/options.h
parentcd20e94af9f384c03e8be69f6c8ce9e97212cc9b (diff)
update slang-rhi (shader object refactor) (#6251)
* remove unused resource * define buffer data * add vs2022 build presets * update slang-rhi API usage * update slang-rhi --------- Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to 'tools/render-test/options.h')
-rw-r--r--tools/render-test/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/render-test/options.h b/tools/render-test/options.h
index f041c3e84..d94504c10 100644
--- a/tools/render-test/options.h
+++ b/tools/render-test/options.h
@@ -87,7 +87,7 @@ struct Options
bool generateSPIRVDirectly = true;
- bool enableBackendValidation = false;
+ bool enableDebugLayers = false;
bool dx12Experimental = false;