support GL_EXT_texture_array extention.

This commit is contained in:
“jimihe” 2023-12-11 17:10:36 +08:00 committed by arcady-lunarg
parent c4d34471c4
commit 07e8220d4e
7 changed files with 235 additions and 1 deletions

View file

@ -302,6 +302,7 @@ INSTANTIATE_TEST_SUITE_P(
"gl_FragCoord.frag",
"glsl.interpOp.error.frag",
"overflow_underflow_toinf_0.frag",
"GL_EXT_texture_array.frag",
})),
FileNameAsCustomTestSuffix
);