SPV: Support texelFetch() on a textureBuffer (no sampler).
authorJohn Kessenich <cepheus@frii.com>
Mon, 8 May 2017 06:12:28 +0000 (00:12 -0600)
committerJohn Kessenich <cepheus@frii.com>
Mon, 8 May 2017 06:12:28 +0000 (00:12 -0600)
commitc10191d1329b9a7fe4438e6be60e2f8e2894254c
treed1e3506d76217e71137db6f7170385fa033717e4
parenta5c5fb61180e8703ca85f36d618f98e16dc317e2
SPV: Support texelFetch() on a textureBuffer (no sampler).

Fixes Vulkan Khronos-internal issue 770.
Test/baseResults/spv.specConstant.vert.out
Test/baseResults/spv.textureBuffer.vert.out [new file with mode: 0755]
Test/spv.textureBuffer.vert [new file with mode: 0644]
glslang/MachineIndependent/Initialize.cpp
gtests/Spv.FromFile.cpp