Lay base for OpenGL ES support

This commit is contained in:
WaluigiWare64
2021-01-28 19:57:44 +00:00
committed by Rayyan Ansari
parent 3fad5dcbbb
commit ea00d69866
12 changed files with 94 additions and 89 deletions

View File

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