SPV 1.4: Use OpSelect for trivial typed non-scalar/vector expressions.

This commit is contained in:
John Kessenich
2019-01-10 18:23:06 +07:00
parent cfea59d357
commit 0c1e71a123
4 changed files with 209 additions and 5 deletions

1
gtests/Spv.FromFile.cpp Normal file → Executable file
View File

@@ -466,6 +466,7 @@ INSTANTIATE_TEST_CASE_P(
Glsl, CompileToSpirv14Test,
::testing::ValuesIn(std::vector<std::string>({
"spv.1.4.OpEntryPoint.frag",
"spv.1.4.OpSelect.frag",
})),
FileNameAsCustomTestSuffix
);