WIP: HLSL: Buffer types should be unsampled.
authorsteve-lunarg <steve_gh@khasekhemwy.net>
Fri, 17 Mar 2017 19:19:42 +0000 (13:19 -0600)
committersteve-lunarg <steve_gh@khasekhemwy.net>
Fri, 17 Mar 2017 19:19:42 +0000 (13:19 -0600)
commitcf2e7275e8559d7a08447e1515f171a3552f685e
tree759c394d030d56fc47b9892731bcf04e89fa1426
parente751bca75c059f18d16952ae73cde29a29b85cec
WIP: HLSL: Buffer types should be unsampled.

RWBuffer objects were generating (properly) unsampled resoures, while
Buffer objects were not.  This fixes that.
Test/baseResults/hlsl.intrinsics.promote.frag.out
Test/baseResults/hlsl.intrinsics.promote.outputs.frag.out
Test/baseResults/hlsl.load.buffer.dx10.frag.out
Test/baseResults/hlsl.load.buffer.float.dx10.frag.out
Test/baseResults/hlsl.multiEntry.vert.out
hlsl/hlslGrammar.cpp