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:
Diffstat (limited to 'spirv_common.hpp')
-rw-r--r--spirv_common.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/spirv_common.hpp b/spirv_common.hpp
index 32f91c72..71b1eada 100644
--- a/spirv_common.hpp
+++ b/spirv_common.hpp
@@ -643,7 +643,8 @@ struct SPIRExtension : IVariant
SPV_AMD_shader_explicit_vertex_parameter,
SPV_AMD_shader_trinary_minmax,
SPV_AMD_gcn_shader,
- NonSemanticDebugPrintf
+ NonSemanticDebugPrintf,
+ NonSemanticShaderDebugInfo
};
explicit SPIRExtension(Extension ext_)