Add a generic texel fetch test

Test all core sampler functions.
This commit is contained in:
Nathaniel Cesario 2023-09-11 09:52:22 -06:00 committed by arcady-lunarg
parent e8d657bdbe
commit f3f23fece3
3 changed files with 5365 additions and 0 deletions

View file

@ -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
);