Evas GL: Add missed GLES 3.0 functions in evgl_load_gles3_api.
authormythri.venugopal <mythri.venugopal@samsung.com>
Wed, 8 Apr 2015 06:14:43 +0000 (15:14 +0900)
committerConrad Meyer <jp.andre@samsung.com>
Wed, 8 Apr 2015 06:14:43 +0000 (15:14 +0900)
Reviewers: wonsik, spacegrapher, jpeg

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2300

src/modules/evas/engines/gl_common/evas_gl_api.c

index 8a04c21..b22189c 100644 (file)
@@ -5747,10 +5747,12 @@ _evgl_load_gles3_apis(void *dl_handle, Evas_GL_API *funcs)
    ORD(glUniformMatrix3x4fv);
    ORD(glUniformMatrix4x3fv);
    ORD(glUnmapBuffer);
+   ORD(glVertexAttribDivisor);
    ORD(glVertexAttribI4i);
    ORD(glVertexAttribI4iv);
    ORD(glVertexAttribI4ui);
    ORD(glVertexAttribI4uiv);
+   ORD(glVertexAttribIPointer);
    ORD(glWaitSync);
 #undef ORD
    return EINA_TRUE;