HLSL: Do structure conversion for return type struct-punning on non-entry-point funct...
authorJohn Kessenich <cepheus@frii.com>
Thu, 6 Oct 2016 18:59:51 +0000 (12:59 -0600)
committerJohn Kessenich <cepheus@frii.com>
Thu, 6 Oct 2016 19:06:13 +0000 (13:06 -0600)
commited33e057628ff29215a298d1ce96ee365eaaea76
tree6f5a2802db7b76ec4702f3c7b4c3eacc0443068c
parent7a7217c81b93fd654366f950af39239c3a028f25
HLSL: Do structure conversion for return type struct-punning on non-entry-point functions.
SPIRV/GlslangToSpv.cpp
Test/baseResults/hlsl.multiReturn.frag.out [new file with mode: 0755]
Test/baseResults/remap.hlsl.templatetypes.everything.frag.out
Test/baseResults/remap.hlsl.templatetypes.none.frag.out
Test/hlsl.multiReturn.frag [new file with mode: 0755]
Test/remap.hlsl.templatetypes.everything.frag
Test/remap.hlsl.templatetypes.none.frag
glslang/Include/revision.h
gtests/Hlsl.FromFile.cpp