Add SPIR-V capabilities needed for spec constants (#2199)
authorRicardo Garcia <47594367+rg3igalia@users.noreply.github.com>
Wed, 3 Jun 2020 13:52:55 +0000 (15:52 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Jun 2020 13:52:55 +0000 (07:52 -0600)
commit232ba0d848d19e385d719422435a041f6e08bb74
tree02eeb822997f855c1ce78bd6a0302d5e8f42ccc6
parent78a3c915a1d70cf236588cc3c88f4db0566494a4
Add SPIR-V capabilities needed for spec constants (#2199)

Fixes #2198.
SPIRV/GlslangToSpv.cpp
Test/baseResults/spv.specConstant.float16.comp.out [new file with mode: 0644]
Test/baseResults/spv.specConstant.int16.comp.out [new file with mode: 0644]
Test/baseResults/spv.specConstant.int8.comp.out [new file with mode: 0644]
Test/spv.specConstant.float16.comp [new file with mode: 0644]
Test/spv.specConstant.int16.comp [new file with mode: 0644]
Test/spv.specConstant.int8.comp [new file with mode: 0644]
gtests/Spv.FromFile.cpp