SPV 1.4: Use OpSelect for trivial typed non-scalar/vector expressions.
This commit is contained in:
parent
cfea59d357
commit
0c1e71a123
4 changed files with 209 additions and 5 deletions
1
gtests/Spv.FromFile.cpp
Normal file → Executable file
1
gtests/Spv.FromFile.cpp
Normal file → Executable 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
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue