glapi: add GL_OES_geometry_shader extension
[mesa.git] / src / mesa / main / tests / dispatch_sanity.cpp
index eb1108124e96776867191f44939b008d94629658..e64129622513e1c0354bfb334b4760f2426a9bc7 100644 (file)
@@ -2527,5 +2527,8 @@ const struct function gles31_functions_possible[] = {
    /* GL_EXT_blend_func_extended */
    { "glGetProgramResourceLocationIndexEXT", 31, -1 },
 
+   /* GL_OES_geometry_shader */
+   { "glFramebufferTextureOES", 31, -1},
+
    { NULL, 0, -1 },
  };