Skip to content

Commit 145e764

Browse files
authored
Update Slang->2025.1 (#148)
1 parent 7cb4f92 commit 145e764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ set(SGL_LOCAL_SLANG OFF CACHE BOOL "Use a local build of slang instead of downlo
5555
set(SGL_LOCAL_SLANG_DIR "${CMAKE_SOURCE_DIR}/../slang" CACHE PATH "Path to a local slang build")
5656
set(SGL_LOCAL_SLANG_BUILD_DIR "build/Debug" CACHE STRING "Build directory of the local slang build")
5757

58-
set(SLANG_VERSION "2024.17")
58+
set(SLANG_VERSION "2025.1")
5959
set(SLANG_URL_BASE "https://github.com/shader-slang/slang/releases/download/v${SLANG_VERSION}")
6060

6161
if(SGL_WINDOWS)

0 commit comments

Comments
 (0)