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-04-21 15:25:18 +0300
committerHans-Kristian Arntzen <post@arntzen-software.no>2020-04-21 15:25:18 +0300
commit6b0e55816966edd9901226581fc4d6e2d16f8907 (patch)
tree63a5da086dff48278dbeef1a4b77bc0d98bb357e /CMakeLists.txt
parent78b4d9379bd0494e77b5155da6e440f0434c05fe (diff)
Handle RayQueryKHR type.
Do not error out in parsing in shaders which use ray queries.
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 90e35683..ce11fcae 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 32)
+set(spirv-cross-abi-minor 33)
set(spirv-cross-abi-patch 0)
if (SPIRV_CROSS_SHARED)