SPV 1.4: Add support for OpCopyLogical, careful of Boolean differences.
authorJohn Kessenich <cepheus@frii.com>
Tue, 15 Jan 2019 14:48:27 +0000 (21:48 +0700)
committerJohn Kessenich <cepheus@frii.com>
Fri, 10 May 2019 06:02:45 +0000 (00:02 -0600)
commitfbb6bdf046e28a2e93e6798128e3e3bec2097e31
treeb8286823d147c617e4ce843c4d814609f131fc1c
parent1f4d04687b07649129fc2d09be455a48cb97b47d
SPV 1.4: Add support for OpCopyLogical, careful of Boolean differences.
SPIRV/GlslangToSpv.cpp
SPIRV/doc.cpp
Test/baseResults/spv.1.4.OpCopyLogical.comp.out [new file with mode: 0644]
Test/baseResults/spv.1.4.OpCopyLogical.funcall.frag.out [new file with mode: 0644]
Test/baseResults/spv.1.4.OpCopyLogicalBool.comp.out [new file with mode: 0644]
Test/spv.1.4.OpCopyLogical.comp [new file with mode: 0644]
Test/spv.1.4.OpCopyLogical.funcall.frag [new file with mode: 0644]
Test/spv.1.4.OpCopyLogicalBool.comp [new file with mode: 0644]
gtests/Spv.FromFile.cpp