diff --git a/SPIRV/doc.cpp b/SPIRV/doc.cpp index ffa2af83..388b29fa 100644 --- a/SPIRV/doc.cpp +++ b/SPIRV/doc.cpp @@ -412,7 +412,6 @@ const char* BuiltInString(int builtIn) case 5264: return "FullyCoveredEXT"; - #ifdef NV_EXTENSIONS case BuiltInTaskCountNV: return "TaskCountNV"; case BuiltInPrimitiveCountNV: return "PrimitiveCountNV"; diff --git a/glslang/Include/revision.h b/glslang/Include/revision.h index 7afa37b0..a54a73bc 100644 --- a/glslang/Include/revision.h +++ b/glslang/Include/revision.h @@ -1,3 +1,3 @@ // This header is generated by the make-revision script. -#define GLSLANG_PATCH_LEVEL 3321 +#define GLSLANG_PATCH_LEVEL 3345