parent
966ff3767d
commit
c7ee42f0ba
|
@ -22,7 +22,7 @@
|
|||
#include "types.h"
|
||||
#include "context.h"
|
||||
|
||||
#if defined(USE_OPENGL) && !defined(LIBRETRO)
|
||||
#if defined(USE_OPENGL) && !defined(LIBRETRO) && !defined(TARGET_IPHONE)
|
||||
#include <glad/gl.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
#pragma once
|
||||
#if defined(TARGET_IPHONE)
|
||||
#include "gl_context.h"
|
||||
#include <OpenGLES/ES3/gl.h>
|
||||
#include <OpenGLES/ES3/glext.h>
|
||||
|
||||
class OSXGraphicsContext : public GLGraphicsContext
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue