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-01-16 13:07:30 +0300
committerHans-Kristian Arntzen <post@arntzen-software.no>2020-01-16 13:12:06 +0300
commitc3bd136df1ab99c232a29b97bd989eb6001517fc (patch)
tree38981fcf81211251f65a6b186cbb2c88dad8c568 /CMakeLists.txt
parent79700d5412ea1699da170b03552aa846cba138b4 (diff)
MSL: Add support for force-activating IAB resources.
Important for ABI compatibility on MSL in certain cases.
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 0a1137c2..ff83e046 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -312,7 +312,7 @@ if (SPIRV_CROSS_STATIC)
endif()
set(spirv-cross-abi-major 0)
-set(spirv-cross-abi-minor 22)
+set(spirv-cross-abi-minor 23)
set(spirv-cross-abi-patch 0)
if (SPIRV_CROSS_SHARED)