Support the floatBitsToint function at GL_ARB_gpu_shader5 Extension.

This commit is contained in:
ZhiqianXia
2022-01-07 13:50:30 +08:00
parent 17232d21d7
commit 0a59dd5107
5 changed files with 244 additions and 5 deletions

View File

@@ -292,6 +292,7 @@ INSTANTIATE_TEST_SUITE_P(
"GL_ARB_draw_instanced.vert",
"GL_ARB_fragment_coord_conventions.vert",
"BestMatchFunction.vert",
"floatBitsToInt.vert",
})),
FileNameAsCustomTestSuffix
);