Evas GL: Add missed GLES 3.0 functions in evgl_load_gles3_api.

Reviewers: wonsik, spacegrapher, jpeg

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2300
This commit is contained in:
mythri.venugopal 2015-04-08 15:14:43 +09:00 committed by Conrad Meyer
parent 0c21b91f0f
commit 0580f88990
1 changed files with 2 additions and 0 deletions

View 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;