Add a generic texel fetch test
Test all core sampler functions.
This commit is contained in:
parent
e8d657bdbe
commit
f3f23fece3
3 changed files with 5365 additions and 0 deletions
|
|
@ -528,6 +528,7 @@ INSTANTIATE_TEST_SUITE_P(
|
|||
"spv.fragmentShaderBarycentric4.frag",
|
||||
"spv.ext.texture_shadow_lod.frag",
|
||||
"spv.ext.texture_shadow_lod.error.frag",
|
||||
"spv.floatFetch.frag",
|
||||
})),
|
||||
FileNameAsCustomTestSuffix
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue