Fix #790: Don't emit NV-specific interface members unless enabled by extension.
authorJohn Kessenich <cepheus@frii.com>
Sat, 25 Mar 2017 00:38:16 +0000 (18:38 -0600)
committerJohn Kessenich <cepheus@frii.com>
Sat, 25 Mar 2017 00:40:40 +0000 (18:40 -0600)
commit0e7378446b2f78129f75ccf4f91414570757ebf7
tree3b8bec69d2eb790b838f716887641903db5affc8
parent93750bc0a4f8db5053f1cb1e776cb3048180752e
Fix #790: Don't emit NV-specific interface members unless enabled by extension.
SPIRV/GlslangToSpv.cpp
Test/baseResults/spv.450.geom.out [new file with mode: 0755]
Test/baseResults/spv.450.noRedecl.tesc.out [new file with mode: 0755]
Test/baseResults/spv.multiviewPerViewAttributes.tesc.out
Test/baseResults/spv.stereoViewRendering.tesc.out
Test/spv.450.geom [new file with mode: 0644]
Test/spv.450.noRedecl.tesc [new file with mode: 0644]
glslang/Include/revision.h
glslang/MachineIndependent/Initialize.cpp
gtests/Spv.FromFile.cpp