Fix #2178: Allow specialization constants for texel offsets.
authorJohn Kessenich <cepheus@frii.com>
Mon, 13 Apr 2020 04:56:17 +0000 (22:56 -0600)
committerJohn Kessenich <cepheus@frii.com>
Mon, 13 Apr 2020 04:57:07 +0000 (22:57 -0600)
commit46572440189ead394654b0d06d5d689012ebdd00
tree603815cb05e5dec89b556e9bb01c47485f8f5c98
parentfd593d5f08343b44302c3a018a8bb734f550be9e
Fix #2178: Allow specialization constants for texel offsets.
Test/baseResults/spv.specTexture.frag.out [new file with mode: 0755]
Test/spv.specTexture.frag [new file with mode: 0644]
glslang/MachineIndependent/ParseHelper.cpp
gtests/Spv.FromFile.cpp