diff --git a/include/spirv/unified1/NonSemanticVkspReflection.h b/include/spirv/unified1/NonSemanticVkspReflection.h index 331a3d95d..e50ae4898 100644 --- a/include/spirv/unified1/NonSemanticVkspReflection.h +++ b/include/spirv/unified1/NonSemanticVkspReflection.h @@ -33,7 +33,7 @@ extern "C" { #endif enum { - NonSemanticVkspReflectionRevision = 2, + NonSemanticVkspReflectionRevision = 3, NonSemanticVkspReflectionRevision_BitWidthPadding = 0x7fffffff }; diff --git a/include/spirv/unified1/extinst.nonsemantic.vkspreflection.grammar.json b/include/spirv/unified1/extinst.nonsemantic.vkspreflection.grammar.json index 379457b9e..74eb57b8a 100644 --- a/include/spirv/unified1/extinst.nonsemantic.vkspreflection.grammar.json +++ b/include/spirv/unified1/extinst.nonsemantic.vkspreflection.grammar.json @@ -1,5 +1,5 @@ { - "revision" : 2, + "revision" : 3, "instructions" : [ { "opname" : "Configuration", @@ -65,7 +65,9 @@ { "kind" : "LiteralInteger", "name" : "offset" }, { "kind" : "LiteralInteger", "name" : "memorySize" }, { "kind" : "LiteralInteger", "name" : "memoryType" }, - { "kind" : "LiteralInteger", "name" : "bindOffset" } + { "kind" : "LiteralInteger", "name" : "bindOffset" }, + { "kind" : "LiteralInteger", "name" : "viewFlags" }, + { "kind" : "LiteralInteger", "name" : "viewFormat" } ] }, {