Support Extension GL_ARB_shader_atomic_counter_ops and relative intrisic functions.
refs: https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_shader_atomic_counter_ops.txt Signed-off-by: ZhiqianXia <xzq0528@outlook.com>
This commit is contained in:
parent
0db0010d3c
commit
bf56773517
6 changed files with 273 additions and 0 deletions
|
|
@ -284,6 +284,7 @@ INSTANTIATE_TEST_SUITE_P(
|
|||
"textureoffset_sampler2darrayshadow.vert",
|
||||
"atomicAdd.comp",
|
||||
"GL_ARB_gpu_shader5.u2i.vert",
|
||||
"atomicCounterARBOps.vert"
|
||||
})),
|
||||
FileNameAsCustomTestSuffix
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue