summaryrefslogtreecommitdiffstats
path: root/external
diff options
context:
space:
mode:
authorSimon Kallweit <64953474+skallweitNV@users.noreply.github.com>2024-10-08 07:59:04 +0200
committerGitHub <noreply@github.com>2024-10-07 22:59:04 -0700
commit3de8afe1687b164a1bb8116d8301d427e699abc2 (patch)
tree1e8cdc07f740896ed8637f33ca7a1c34282df012 /external
parent509409ef11e3b1abd1d7e1bfb540bc172aa1a817 (diff)
update slang-rhi (#5234)
* update to latest slang-rhi * do not build slang-rhi examples
Diffstat (limited to 'external')
-rw-r--r--external/CMakeLists.txt1
m---------external/slang-rhi0
2 files changed, 1 insertions, 0 deletions
diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt
index dfee0a610..ebbfefb4a 100644
--- a/external/CMakeLists.txt
+++ b/external/CMakeLists.txt
@@ -84,6 +84,7 @@ if(SLANG_ENABLE_SLANG_RHI)
set(SLANG_RHI_SLANG_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/include)
set(SLANG_RHI_SLANG_BINARY_DIR ${CMAKE_BINARY_DIR})
set(SLANG_RHI_BUILD_TESTS OFF)
+ set(SLANG_RHI_BUILD_EXAMPLES OFF)
if(SLANG_ENABLE_DX_ON_VK)
set(SLANG_RHI_HAS_D3D12 ON)
endif()
diff --git a/external/slang-rhi b/external/slang-rhi
-Subproject 61c3b5ccdefc258d52cb69829d08ff078325695
+Subproject 84f8ce13f92e9538b2e15f03d6bdac5ad9af215