Skip to content

Commit 4825c3f

Browse files
committed
Updated glslang, SPIRV-Cross, and SPIRV-Tools.
Updated version to 1.4.3.
1 parent f595487 commit 4825c3f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

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

5959
set(MSL_MAJOR_VERSION 1)
6060
set(MSL_MINOR_VERSION 4)
61-
set(MSL_PATCH_VERSION 2)
61+
set(MSL_PATCH_VERSION 3)
6262
set(MSL_VERSION ${MSL_MAJOR_VERSION}.${MSL_MINOR_VERSION}.${MSL_PATCH_VERSION})
6363

6464
set(MSL_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})

Compile/SPIRV-Cross

Submodule SPIRV-Cross updated 239 files

Compile/SPIRV-Tools

Submodule SPIRV-Tools updated 597 files

Compile/glslang

Submodule glslang updated 193 files

0 commit comments

Comments
 (0)