diff options
author | John Kessenich <cepheus@frii.com> | 2018-08-09 10:22:41 -0600 |
---|---|---|
committer | John Kessenich <cepheus@frii.com> | 2018-08-09 10:22:41 -0600 |
commit | 2c512180ca03b5d4f56283efc85745775b45fdc4 (patch) | |
tree | 4b24fea7de9a351e40c9901ecf82028bb99c0183 | |
parent | da767eb63f86e710541296834a25fcd522ba5249 (diff) | |
download | SPIRV-Headers-2c512180ca03b5d4f56283efc85745775b45fdc4.tar.gz SPIRV-Headers-2c512180ca03b5d4f56283efc85745775b45fdc4.tar.bz2 SPIRV-Headers-2c512180ca03b5d4f56283efc85745775b45fdc4.zip |
Revert "Update grammar for latest release of SPIR-V (revision 4 of 1.3 unified)"
This reverts commit da767eb63f86e710541296834a25fcd522ba5249.
-rwxr-xr-x | include/spirv/unified1/spirv.core.grammar.json | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/include/spirv/unified1/spirv.core.grammar.json b/include/spirv/unified1/spirv.core.grammar.json index 813136c..cb64142 100755 --- a/include/spirv/unified1/spirv.core.grammar.json +++ b/include/spirv/unified1/spirv.core.grammar.json @@ -4659,12 +4659,11 @@ { "enumerant" : "1D", "value" : 0, - "capabilities" : [ "Sampled1D", "Image1D" ] + "capabilities" : [ "Sampled1D" ] }, { "enumerant" : "2D", - "value" : 1, - "capabilities" : [ "ImageMSArray" ] + "value" : 1 }, { "enumerant" : "3D", @@ -4673,17 +4672,17 @@ { "enumerant" : "Cube", "value" : 3, - "capabilities" : [ "Shader", "ImageCubeArray" ] + "capabilities" : [ "Shader" ] }, { "enumerant" : "Rect", "value" : 4, - "capabilities" : [ "SampledRect", "ImageRect" ] + "capabilities" : [ "SampledRect" ] }, { "enumerant" : "Buffer", "value" : 5, - "capabilities" : [ "SampledBuffer", "ImageBuffer" ] + "capabilities" : [ "SampledBuffer" ] }, { "enumerant" : "SubpassData", |