aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2023-01-04 10:17:40 -0500
committerGitHub <noreply@github.com>2023-01-04 10:17:40 -0500
commitd13b52222c39a7e9a401b44646f0ca3a640fbd47 (patch)
tree5cf26fb1a89c0eb3627db3a0c5b01426937830df
parentc16439f4268a9de088ac7c67b6206ade4b28d53a (diff)
parent30a41a43be6c4ec2e27669db2835d90a4effa904 (diff)
downloadspirv-headers-upstream-master.tar.gz
Merge pull request #312 from alan-baker/clspv-optional-operandsupstream-master
Make operands to Kernel added in v5 optional
-rw-r--r--include/spirv/unified1/extinst.nonsemantic.clspvreflection.grammar.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/spirv/unified1/extinst.nonsemantic.clspvreflection.grammar.json b/include/spirv/unified1/extinst.nonsemantic.clspvreflection.grammar.json
index d47e502..d6499cc 100644
--- a/include/spirv/unified1/extinst.nonsemantic.clspvreflection.grammar.json
+++ b/include/spirv/unified1/extinst.nonsemantic.clspvreflection.grammar.json
@@ -7,9 +7,9 @@
"operands" : [
{ "kind" : "IdRef", "name" : "Kernel" },
{ "kind" : "IdRef", "name" : "Name" },
- { "kind" : "IdRef", "name" : "NumArguments"},
- { "kind" : "IdRef", "name" : "Flags" },
- { "kind" : "IdRef", "name" : "Attributes" }
+ { "kind" : "IdRef", "name" : "NumArguments", "quantifier" : "?" },
+ { "kind" : "IdRef", "name" : "Flags", "quantifier" : "?" },
+ { "kind" : "IdRef", "name" : "Attributes", "quantifier" : "?" }
]
},
{