From: Mikko Rasa Date: Sun, 10 Sep 2017 11:25:29 +0000 (+0300) Subject: OpenGL ES compatibility fixes X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=commitdiff_plain;h=156cab1eae8689cee0eed24ebe23cc26bf3138ec OpenGL ES compatibility fixes --- diff --git a/gl.fixes.xml b/gl.fixes.xml index bb149bd1..a2271d30 100644 --- a/gl.fixes.xml +++ b/gl.fixes.xml @@ -100,6 +100,15 @@ + + + + + + + + + @@ -209,6 +218,7 @@ + diff --git a/source/gl.h b/source/gl.h index d558706c..9a7cb9cd 100644 --- a/source/gl.h +++ b/source/gl.h @@ -13,6 +13,7 @@ #include #include typedef double GLdouble; +typedef long long GLint64; #else #ifdef WIN32 #include