Merge pull request #2700 from ZhiqianXia/u2i

Support Uint to Int implicit conversions at #extension GL_ARB_gpu_shader5.
This commit is contained in:
Greg Fischer 2021-07-29 14:10:40 -06:00 committed by GitHub
commit ba540202cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 75 additions and 1 deletions

View file

@ -282,6 +282,7 @@ INSTANTIATE_TEST_SUITE_P(
"terminate.vert",
"negativeWorkGroupSize.comp",
"textureoffset_sampler2darrayshadow.vert",
"GL_ARB_gpu_shader5.u2i.vert",
})),
FileNameAsCustomTestSuffix
);