Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Kristian Arntzen <post@arntzen-software.no>2020-02-24 15:51:08 +0300
committerHans-Kristian Arntzen <post@arntzen-software.no>2020-02-24 15:51:08 +0300
commit16796e92be9a8a85c6466407e9725a621ac64866 (patch)
tree4d223b1971f9e047f38fd2e8b840e801a1e32677 /CMakeLists.txt
parentd91e134500bec9025e34923066f155287341c95a (diff)
MSL: Add C API for force native arrays.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d7e211de..f0298763 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -323,7 +323,7 @@ if (SPIRV_CROSS_STATIC)
endif()
set(spirv-cross-abi-major 0)
-set(spirv-cross-abi-minor 24)
+set(spirv-cross-abi-minor 25)
set(spirv-cross-abi-patch 0)
if (SPIRV_CROSS_SHARED)