SPIRV: Add support for texelFetch
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 5 Sep 2015 21:14:48 +0000 (14:14 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 5 Sep 2015 21:17:24 +0000 (14:17 -0700)
commit18b9fbd74279ae04d2522702a3662376b11ae85d
tree2bb3665975b23df208c07dca8a6ea6e771bef9e9
parentd6c37b190bcb917c6bd806bc4f9cd5b3b1f7501b
SPIRV: Add support for texelFetch

There's nothing really special about texelFetch other than the opcode and
some restrictions so adding it is pretty trivial.
SPIRV/GlslangToSpv.cpp
SPIRV/SpvBuilder.cpp
SPIRV/SpvBuilder.h