Merge branch 'master' into textureQueryLOD

This commit is contained in:
Greg Fischer 2021-11-22 10:39:03 -07:00 committed by GitHub
commit a40e4ac3f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
166 changed files with 8875 additions and 4653 deletions

View file

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