From 156cab1eae8689cee0eed24ebe23cc26bf3138ec Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sun, 10 Sep 2017 14:25:29 +0300 Subject: [PATCH] OpenGL ES compatibility fixes --- gl.fixes.xml | 10 ++++++++++ source/gl.h | 1 + 2 files changed, 11 insertions(+) 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 -- 2.43.0