mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-16 12:28:11 +00:00
[client] egl: nit, fix case of function name
This commit is contained in:
@@ -21,7 +21,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
struct EGLDynProcs g_dynprocs = {0};
|
||||
|
||||
void egl_DynProcsInit(void)
|
||||
void egl_dynProcsInit(void)
|
||||
{
|
||||
g_dynprocs.glEGLImageTargetTexture2DOES = (glEGLImageTargetTexture2DOES_t)
|
||||
eglGetProcAddress("glEGLImageTargetTexture2DOES");
|
||||
|
Reference in New Issue
Block a user