diff options
author | David Neto <dneto@google.com> | 2018-04-13 17:50:04 -0400 |
---|---|---|
committer | David Neto <dneto@google.com> | 2018-04-13 17:50:04 -0400 |
commit | 14e335fb0cda4f189586b6e123fa2e6a050e179f (patch) | |
tree | 3116550620911b4cc7b1c594178e79e2cee612ba | |
parent | 12f8de9f04327336b699b1b80aa390ae7f9ddbf4 (diff) | |
download | SPIRV-Headers-14e335fb0cda4f189586b6e123fa2e6a050e179f.tar.gz SPIRV-Headers-14e335fb0cda4f189586b6e123fa2e6a050e179f.tar.bz2 SPIRV-Headers-14e335fb0cda4f189586b6e123fa2e6a050e179f.zip |
SPV_GOOGLE_hlsl_functionality1 includes all of SPV_GOOGLE_decorate_string
This fix to the SPV_GOOGLE_hlsl_functionality1 extension spec is pending.
-rwxr-xr-x | include/spirv/unified1/spirv.core.grammar.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/spirv/unified1/spirv.core.grammar.json b/include/spirv/unified1/spirv.core.grammar.json index a03c024..01f98ae 100755 --- a/include/spirv/unified1/spirv.core.grammar.json +++ b/include/spirv/unified1/spirv.core.grammar.json @@ -3914,7 +3914,7 @@ { "kind" : "IdRef", "name" : "'Target'" }, { "kind" : "Decoration" } ], - "extensions" : [ "SPV_GOOGLE_decorate_string" ], + "extensions" : [ "SPV_GOOGLE_decorate_string", "SPV_GOOGLE_hlsl_functionality1" ], "version" : "None" }, { @@ -3925,7 +3925,7 @@ { "kind" : "LiteralInteger", "name" : "'Member'" }, { "kind" : "Decoration" } ], - "extensions" : [ "SPV_GOOGLE_decorate_string" ], + "extensions" : [ "SPV_GOOGLE_decorate_string", "SPV_GOOGLE_hlsl_functionality1" ], "version" : "None" }, { |