Some slang progress

This commit is contained in:
2024-12-17 12:32:44 -06:00
parent b3c2e0114f
commit b5958189cf
33 changed files with 617 additions and 255 deletions

View File

@ -57,7 +57,7 @@ endif()
FetchContent_Declare(
slang
GIT_REPOSITORY https://github.com/shader-slang/slang
GIT_TAG v2024.15.1
GIT_TAG v2024.17
)
FetchContent_MakeAvailable(slang)