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-07-28 16:15:24 +0300
committerHans-Kristian Arntzen <post@arntzen-software.no>2020-07-28 16:16:06 +0300
commit57c93d44ac75fec541fe7ad4becc2d52f6a97d86 (patch)
tree047f5b013d1e9990cce38da9226abb979663e7a8 /CMakeLists.txt
parentf5e9f4a1722ecd383aa5b1877c3ada544edd8b00 (diff)
GLSL: Add option to force flattening IO blocks.
It is not always desirable to use actual blocks. A prime example in the case where EXT_shader_io_blocks is not supported on the target implementation.
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 da3e0ebf..7250603d 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 36)
+set(spirv-cross-abi-minor 37)
set(spirv-cross-abi-patch 0)
if (SPIRV_CROSS_SHARED)