SPIRV-Cross/reference
Chip Davis 664df22d12 MSL: Fix passing a sampled image to a function.
In the past, SPIRV-Cross threw an error in this case because it couldn't
work out which swizzle from the auxiliary buffer needs to be passed.
Now, we pass the swizzle around with the texture object, like a combined
image-sampler and its associated sampler.
2019-01-14 09:29:31 -06:00
..
opt Merge pull request #815 from KhronosGroup/fix-811 2019-01-11 12:52:26 +01:00
shaders Rewrite how IDs are iterated over. 2019-01-10 12:52:56 +01:00
shaders-hlsl Merge pull request #815 from KhronosGroup/fix-811 2019-01-11 12:52:26 +01:00
shaders-hlsl-no-opt Update tests. 2018-11-01 11:23:48 +01:00
shaders-msl Rewrite how IDs are iterated over. 2019-01-10 12:52:56 +01:00
shaders-msl-no-opt MSL: Fix passing a sampled image to a function. 2019-01-14 09:29:31 -06:00
shaders-no-opt Rewrite how IDs are iterated over. 2019-01-10 12:52:56 +01:00
shaders-reflection Prefix integer types with underscore 2018-06-21 09:24:22 -07:00