Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Headers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaun Krisch <raun.krisch@gmail.com>2021-07-21 19:18:46 +0300
committerGitHub <noreply@github.com>2021-07-21 19:18:46 +0300
commitcf653e4ca4858583802b0d1656bc934edff6bd7f (patch)
tree344af522f80926fccc1e258546022635ec41df80
parent1d4e3a7e3a04ba205ed8cb1485f7cb7369bec609 (diff)
parent737f9dcde9b1dbabb3eba96f731264fea272e420 (diff)
Merge pull request #229 from gnl21/gnl-local-size-hint-id
Correct grammar for LocalSizeHintId
-rw-r--r--include/spirv/unified1/spirv.core.grammar.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/spirv/unified1/spirv.core.grammar.json b/include/spirv/unified1/spirv.core.grammar.json
index 1d19c4a..40982bb 100644
--- a/include/spirv/unified1/spirv.core.grammar.json
+++ b/include/spirv/unified1/spirv.core.grammar.json
@@ -9445,7 +9445,9 @@
"value" : 39,
"capabilities" : [ "Kernel" ],
"parameters" : [
- { "kind" : "IdRef", "name" : "'Local Size Hint'" }
+ { "kind" : "IdRef", "name" : "'x size hint'" },
+ { "kind" : "IdRef", "name" : "'y size hint'" },
+ { "kind" : "IdRef", "name" : "'z size hint'" }
],
"version" : "1.2"
},