diff options
| author | Simon Kallweit <64953474+skallweitNV@users.noreply.github.com> | 2025-04-24 10:23:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-24 08:23:06 +0000 |
| commit | ae1a5e40880808252c68eb51e44051b32a34d399 (patch) | |
| tree | 5084b274b2929658bab9bfdf2b96e22c5b440a83 /external | |
| parent | b78a8ba006fc9253cd1fd88fb7dd1eacfa749dfa (diff) | |
update slang-rhi (#6587)
* update slang-rhi submodule
* slang-rhi API changes
* disable agility sdk
* fix texture creation
* update formats in tests
* Extent3D rename
* use 1 mip level for 1D textures for Metal
* fix texture upload
* update to latest slang-rhi
* update slang-rhi
* format code
* update slang-rhi
* do not run texture-intrinsics test on metal
* update slang-rhi
* deal with failing tests
* fix more tests
* update slang-rhi
---------
Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>
Co-authored-by: Simon Kallweit <simon.kallweit@gmail.com>
Diffstat (limited to 'external')
| -rw-r--r-- | external/CMakeLists.txt | 2 | ||||
| m--------- | external/slang-rhi | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 0e0fd7f37..b526cc29f 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -181,7 +181,7 @@ if(SLANG_ENABLE_SLANG_RHI) # Not disabling these break tests (issue #5474) set(SLANG_RHI_FETCH_DXC OFF) - set(SLANG_RHI_FETCH_AGILITY_SDK OFF) + set(SLANG_RHI_ENABLE_AGILITY_SDK OFF) set(SLANG_RHI_ENABLE_NVAPI ${SLANG_ENABLE_NVAPI}) diff --git a/external/slang-rhi b/external/slang-rhi -Subproject c1cc2a2163525e55da85af32ad17b80b66730e1 +Subproject 00de1d7c04d64f7cac99ce0780e492c8c67ebd0 |
