Skip to content

Commit c044ec2

Browse files
authored
Update Slang-RHI to get recent WGPU fixes (#5467)
This helps to address issue #5222. Also disable Slang-RHI from fetching DXC and Agility SDK, since that seems to break our tests. (See issue #5474.)
1 parent 07e45ad commit c044ec2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

external/CMakeLists.txt

+5
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ if(SLANG_ENABLE_SLANG_RHI)
9898
set(SLANG_RHI_SLANG_BINARY_DIR ${CMAKE_BINARY_DIR})
9999
set(SLANG_RHI_BUILD_TESTS OFF)
100100
set(SLANG_RHI_BUILD_EXAMPLES OFF)
101+
102+
# Not disabling these break tests (issue #5474)
103+
set(SLANG_RHI_FETCH_DXC OFF)
104+
set(SLANG_RHI_FETCH_AGILITY_SDK OFF)
105+
101106
if(SLANG_ENABLE_DX_ON_VK)
102107
set(SLANG_RHI_HAS_D3D12 ON)
103108
endif()

0 commit comments

Comments
 (0)