HLSL: fix preprocessor concatenation behaviour.
authorxavier <xavierb@gmail.com>
Thu, 24 Aug 2017 06:28:57 +0000 (08:28 +0200)
committerxavier <xavierb@gmail.com>
Mon, 28 Aug 2017 22:35:01 +0000 (00:35 +0200)
commiteb71cdd5bb17a89f0eb92b8b607d1d2c602531d4
tree842316ad01bf3d44f4f4f51837dda7c27d3bf563
parent82e95a3aa5c41e3cfdf045e22cf131922e529b48
HLSL: fix preprocessor concatenation behaviour.

Fix #772.
Test/baseResults/hlsl.preprocessor.frag.out [new file with mode: 0644]
Test/baseResults/hlsl.semantic-1.vert.out [new file with mode: 0644]
Test/hlsl.preprocessor.frag [new file with mode: 0644]
Test/hlsl.semantic-1.vert [new file with mode: 0644]
glslang/MachineIndependent/preprocessor/Pp.cpp
gtests/Hlsl.FromFile.cpp