Constant folding: Correct result type of non-square matrix folding.
authorJohn Kessenich <cepheus@frii.com>
Tue, 15 Dec 2015 01:21:19 +0000 (18:21 -0700)
committerJohn Kessenich <cepheus@frii.com>
Wed, 16 Dec 2015 22:50:25 +0000 (15:50 -0700)
commit61c47a951bc73b50509a91257980bcb09f7661eb
tree637de1bba1f6dae90a14de6dd2e07c22649e8e79
parentea0cb2eb11e59e3149f395e7357a3bedad2abf5c
Constant folding: Correct result type of non-square matrix folding.

This also made the function easier to read by identifying
left and right operands more clearly.
SPIRV/GlslangToSpv.cpp
Test/baseResults/constFold.frag.out
Test/constFold.frag
glslang/Include/revision.h
glslang/MachineIndependent/Constant.cpp