aboutsummaryrefslogtreecommitdiff
path: root/source/table.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/table.cpp')
-rw-r--r--source/table.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/table.cpp b/source/table.cpp
index d4a2d7e9..822cefeb 100644
--- a/source/table.cpp
+++ b/source/table.cpp
@@ -41,6 +41,8 @@ spv_context spvContextCreate(spv_target_env env) {
case SPV_ENV_UNIVERSAL_1_4:
case SPV_ENV_UNIVERSAL_1_5:
case SPV_ENV_VULKAN_1_2:
+ case SPV_ENV_UNIVERSAL_1_6:
+ case SPV_ENV_VULKAN_1_3:
break;
default:
return nullptr;