You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
change gles include from GLES to GLES3, since either works for us and the latter is much more commonly packaged
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
#include <GL/glcorearb.h>
|
#include <GL/glcorearb.h>
|
||||||
|
|
||||||
#include <EGL/egl.h>
|
#include <EGL/egl.h>
|
||||||
#include <GLES/gl.h>
|
#include <GLES3/gl3.h>
|
||||||
#include <GLES/glext.h>
|
#include <GLES3/gl3ext.h>
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user