Skip to content

Commit

Permalink
Update Slang-RHI to get recent WGPU fixes
Browse files Browse the repository at this point in the history
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.)
  • Loading branch information
aleino-nv committed Nov 1, 2024
1 parent 07e45ad commit cc81f27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ if(SLANG_ENABLE_SLANG_RHI)
set(SLANG_RHI_SLANG_BINARY_DIR ${CMAKE_BINARY_DIR})
set(SLANG_RHI_BUILD_TESTS OFF)
set(SLANG_RHI_BUILD_EXAMPLES OFF)

# Not disabling these break tests (issue #5474)
set(SLANG_RHI_FETCH_DXC OFF)
set(SLANG_RHI_FETCH_AGILITY_SDK OFF)

if(SLANG_ENABLE_DX_ON_VK)
set(SLANG_RHI_HAS_D3D12 ON)
endif()
Expand Down

0 comments on commit cc81f27

Please sign in to comment.