SPV 1.4: Add support for OpCopyLogical, careful of Boolean differences.
This commit is contained in:
parent
1f4d04687b
commit
fbb6bdf046
9 changed files with 636 additions and 0 deletions
|
|
@ -468,6 +468,9 @@ INSTANTIATE_TEST_CASE_P(
|
|||
"spv.1.4.OpEntryPoint.frag",
|
||||
"spv.1.4.OpSelect.frag",
|
||||
"spv.1.4.LoopControl.frag",
|
||||
"spv.1.4.OpCopyLogical.comp",
|
||||
"spv.1.4.OpCopyLogicalBool.comp",
|
||||
"spv.1.4.OpCopyLogical.funcall.frag",
|
||||
})),
|
||||
FileNameAsCustomTestSuffix
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue