Skip to content

Commit f595487

Browse files
committed
Updated glslang, SPIRV-Cross, and SPIRV-Tools submodules.
1 parent c0a8022 commit f595487

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
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 1)
61+
set(MSL_PATCH_VERSION 2)
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 375 files

Compile/SPIRV-Tools

Submodule SPIRV-Tools updated 425 files

Compile/glslang

Submodule glslang updated 876 files

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ Multiple shader files may be compiled into a module. Examples for combining modu
4040
The following software is required to build MSL:
4141

4242
* [cmake](https://cmake.org/) 3.1 or later
43-
* [boost](http://www.boost.org/) (required unless only building client library without tests)
43+
* [boost](https://www.boost.org/) (required unless only building client library without tests)
44+
* [Python](https://www.python.org/) 3 or later (required unless only building client library)
4445
* [glslang](https://github.com/KhronosGroup/glslang) (required for compiler, provided as submodule)
4546
* [SPIRV-Cross](https://github.com/KhronosGroup/SPIRV-Cross) (required for compiler, provided as submodule)
4647
* [SPIRV-Tools](https://github.com/KhronosGroup/SPIRV-Tools) (required for compiler, provided as submodule)

0 commit comments

Comments
 (0)