support GL_ARB_texture_multisample extension.
This extension allows the use of "texelFetch" and "textureSize" with 2DMS sampler.
This commit is contained in:
parent
e17ecb0e80
commit
88c5373ee4
5 changed files with 279 additions and 2 deletions
|
|
@ -295,6 +295,7 @@ INSTANTIATE_TEST_SUITE_P(
|
|||
"GL_ARB_draw_instanced.vert",
|
||||
"GL_ARB_fragment_coord_conventions.vert",
|
||||
"GL_ARB_bindless_texture.frag",
|
||||
"GL_ARB_texture_multisample.vert",
|
||||
"BestMatchFunction.vert",
|
||||
"EndStreamPrimitive.geom",
|
||||
"floatBitsToInt.vert",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue