Evas GL: Fix abnormal extension name.

Summary: Fix abnormal extension name.

Test Plan: local test.

Reviewers: jpeg

Reviewed By: jpeg

Subscribers: wonsik, cedric, spacegrapher

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

Signed-off-by: Jean-Philippe Andre <jp.andre@samsung.com>
This commit is contained in:
Minkyoung Kim 2015-03-02 16:16:32 +09:00 committed by Jean-Philippe Andre
parent a32edfaf19
commit de797bbd3b
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ _EVASGL_EXT_END()
_EVASGL_EXT_BEGIN(AMD_performance_monitor)
_EVASGL_EXT_DRVNAME(AMD_performance_monitor)
_EVASGL_EXT_DRVNAME(GL_AMD_performance_monitor)
_EVASGL_EXT_FUNCTION_BEGIN(void, glGetPerfMonitorGroupsAMD, (GLint* numGroups, GLsizei groupsSize, GLuint* groups))
_EVASGL_EXT_FUNCTION_DRVFUNC_PROCADDR("glGetPerfMonitorGroupsAMD")