Skip to content

Commit

Permalink
update slang to 2024.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skallweitNV committed Dec 6, 2024
1 parent 0386d89 commit 3af12c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ set(SGL_LOCAL_SLANG OFF CACHE BOOL "Use a local build of slang instead of downlo
set(SGL_LOCAL_SLANG_DIR "${CMAKE_SOURCE_DIR}/../slang" CACHE PATH "Path to a local slang build")
set(SGL_LOCAL_SLANG_BUILD_DIR "build/Debug" CACHE STRING "Build directory of the local slang build")

set(SLANG_VERSION "2024.14.3")
set(SLANG_VERSION "2024.15.1")
set(SLANG_URL_BASE "https://github.com/shader-slang/slang/releases/download/v${SLANG_VERSION}")

if(SGL_WINDOWS)
Expand Down

0 comments on commit 3af12c4

Please sign in to comment.