diff options
| author | Anders Leino <aleino@nvidia.com> | 2025-02-28 16:12:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-28 14:12:03 +0000 |
| commit | e4b960024972420dfc96a758bfc35e8fcbf28273 (patch) | |
| tree | 74bdcdf525ddf02a3ff18f948af8801d38d672bd /tools/render-test/slang-support.h | |
| parent | ceb3af59f797ec60249debd614db13dd6902de12 (diff) | |
Prepare for render test api migration (#6498)
* Remove tests/compute/dump-repro
The -load-repro option is no longer maintained.
This helps to address issue #4760.
* Rename ShaderCompilerUtil::Output::session to globalSession
* Remove the load-repro codepath
* Lifetime bugfix
Diffstat (limited to 'tools/render-test/slang-support.h')
| -rw-r--r-- | tools/render-test/slang-support.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/render-test/slang-support.h b/tools/render-test/slang-support.h index e105b6b86..60e63b57f 100644 --- a/tools/render-test/slang-support.h +++ b/tools/render-test/slang-support.h @@ -69,7 +69,7 @@ struct ShaderCompilerUtil ComPtr<SlangCompileRequest> m_requestDEPRECATED = nullptr; - SlangSession* session = nullptr; + slang::IGlobalSession* globalSession = nullptr; }; struct OutputAndLayout |
