Skip to content

Commit f731fc4

Browse files
committed
Updated glslang and SPIRV-Cross.
Incremented version to 1.7.2.
1 parent 904c30c commit f731fc4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ endif()
8181

8282
set(MSL_MAJOR_VERSION 1)
8383
set(MSL_MINOR_VERSION 7)
84-
set(MSL_PATCH_VERSION 1)
84+
set(MSL_PATCH_VERSION 2)
8585
set(MSL_VERSION ${MSL_MAJOR_VERSION}.${MSL_MINOR_VERSION}.${MSL_PATCH_VERSION})
8686

8787
set(MSL_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})

Compile/SPIRV-Cross

Submodule SPIRV-Cross updated 69 files

0 commit comments

Comments
 (0)