Use libepoxy for OpenGL ES

It supports OpenGL ES contexts as well as desktop OpenGL
This commit is contained in:
WaluigiWare64
2021-01-30 13:54:38 +00:00
committed by Rayyan Ansari
parent ea00d69866
commit 23c6823393
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
#include <stdio.h>
#include <string.h>
#include <GLES3/gl32.h>
#include <epoxy/gl.h>
#include "Platform.h"