Add pvr gles/gles2 context support

This commit is contained in:
Ivan Epifanov 2021-08-16 19:08:12 +03:00 committed by Sam Lantinga
parent ff85d4fbe5
commit 134dd46819
8 changed files with 193 additions and 7 deletions

View file

@ -26,6 +26,10 @@
*/
#if !defined(_MSC_VER) && !defined(__ANDROID__)
#if defined(__vita__) || defined(__psp2__)
#include <psp2/types.h>
#endif
#include <EGL/egl.h>
#include <EGL/eglext.h>