Skip to content

Commit 7d0040d

Browse files
committed
Updated glslang, SPIRV-Cross, and SPIRV-Tools.
Updated glslang to version 15.3.0 and SPIRV-Tools to 2025.1. Incremented version to 1.8.1.
1 parent eee5019 commit 7d0040d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
cores_count: '4'
1717
cores_mac_count: '3'
1818
dependency_location: "${{ github.workspace }}/dependencies"
19-
gtest_version: v1.15.2
19+
gtest_version: v1.17.0
2020
msvc_version: 14.2
2121
msvc_toolset: 142
2222
test_results_location: "${{ github.workspace }}/test-results"

CMakeLists.txt

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

9191
set(MSL_MAJOR_VERSION 1)
9292
set(MSL_MINOR_VERSION 8)
93-
set(MSL_PATCH_VERSION 0)
93+
set(MSL_PATCH_VERSION 1)
9494
set(MSL_VERSION ${MSL_MAJOR_VERSION}.${MSL_MINOR_VERSION}.${MSL_PATCH_VERSION})
9595

9696
set(MSL_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})

Compile/SPIRV-Cross

Submodule SPIRV-Cross updated 1072 files

Compile/SPIRV-Tools

Submodule SPIRV-Tools updated 217 files

Compile/glslang

Submodule glslang updated 209 files

Compile/src/SpirVProcessor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2022 Aaron Barany
2+
* Copyright 2016-2025 Aaron Barany
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)