mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-03 15:54:39 +00:00
(Cocoa GL/GLES) Set this flag for OpenGLES
This commit is contained in:
parent
0b5a62ff9e
commit
1f53eea4ee
@ -115,6 +115,11 @@ static uint32_t cocoagl_gfx_ctx_get_flags(void *data)
|
||||
|
||||
switch (cocoagl_api)
|
||||
{
|
||||
case GFX_CTX_OPENGL_ES_API:
|
||||
#ifdef HAVE_GLSL
|
||||
BIT32_SET(flags, GFX_CTX_FLAGS_SHADERS_GLSL);
|
||||
#endif
|
||||
break;
|
||||
case GFX_CTX_OPENGL_API:
|
||||
if (string_is_equal(video_driver_get_ident(), "gl1")) { }
|
||||
else if (string_is_equal(video_driver_get_ident(), "glcore")) { }
|
||||
|
Loading…
x
Reference in New Issue
Block a user