diff options
| author | Simon Kallweit <64953474+skallweitNV@users.noreply.github.com> | 2025-02-28 02:54:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-27 17:54:22 -0800 |
| commit | 38734ec1f6644f1565aeb91106f371b14d3ba07a (patch) | |
| tree | fcd6f47c78214ef84ee59b96f167160c810aeb93 /tools/slang-test | |
| parent | cd20e94af9f384c03e8be69f6c8ce9e97212cc9b (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/slang-test')
| -rw-r--r-- | tools/slang-test/slang-test-main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/slang-test/slang-test-main.cpp b/tools/slang-test/slang-test-main.cpp index 57328c210..b8fb45c47 100644 --- a/tools/slang-test/slang-test-main.cpp +++ b/tools/slang-test/slang-test-main.cpp @@ -3528,7 +3528,7 @@ TestResult runComputeComparisonImpl( // This is due to the limitation that Slang RPC implementation expects only // one time communication. if (input.spawnType != SpawnType::UseTestServer) - cmdLine.addArg("-enable-backend-validation"); + cmdLine.addArg("-enable-debug-layers"); #endif if (context->isExecuting()) |
