Merge branch 'master' into GL_ARB_fragment_coord_conventions

This commit is contained in:
Greg Fischer 2021-11-24 11:52:08 -07:00 committed by GitHub
commit 69f9dce708
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
62 changed files with 2603 additions and 230 deletions

View file

@ -284,10 +284,12 @@ INSTANTIATE_TEST_SUITE_P(
"textureoffset_sampler2darrayshadow.vert",
"atomicAdd.comp",
"GL_ARB_gpu_shader5.u2i.vert",
"textureQueryLOD.frag",
"atomicCounterARBOps.vert",
"GL_EXT_shader_integer_mix.vert",
"GL_ARB_draw_instanced.vert",
"GL_ARB_fragment_coord_conventions.vert"
"GL_ARB_fragment_coord_conventions.vert",
"BestMatchFunction.vert",
})),
FileNameAsCustomTestSuffix
);