SPV 1.4: Use OpSelect for trivial typed non-scalar/vector expressions.
This commit is contained in:
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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user