mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-31 08:57:40 +00:00
Add pvr gles/gles2 context support
This commit is contained in:
parent
ff85d4fbe5
commit
134dd46819
8 changed files with 193 additions and 7 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue