X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fegl%2Ffg_window_egl.c;h=e00ab9ff454e336b812d07f266f973d254cd2d43;hb=cae6701c343e3a42bc9504f14e6d83e4ca9d8119;hp=6b98bbad9b475d269c708aec41489b7f604d8630;hpb=d9ec500965f477d0cb859dc09f0bc540f7ae0730;p=freeglut diff --git a/src/egl/fg_window_egl.c b/src/egl/fg_window_egl.c index 6b98bba..e00ab9f 100644 --- a/src/egl/fg_window_egl.c +++ b/src/egl/fg_window_egl.c @@ -1,5 +1,5 @@ /* - * freeglut_display_android.c + * fg_display_android.c * * Window management methods for EGL * @@ -38,7 +38,7 @@ int fghChooseConfig(EGLConfig* config) { if (fgState.MajorVersion >= 2) { /* * Khronos does not specify a EGL_OPENGL_ES3_BIT outside of the OpenGL extension "EGL_KHR_create_context" and EGL 1.5. There are numerous references on the internet - * that say to use EGL_OPENGL_ES3_BIT (pre-EGL 1.5), followed by many saying they can't find it in any headers. In fact, the offical updated specification for EGL + * that say to use EGL_OPENGL_ES3_BIT (pre-EGL 1.5), followed by many saying they can't find it in any headers. In fact, the official updated specification for EGL * does not have any references to OpenGL ES 3.x. Tests have shown that EGL_OPENGL_ES2_BIT will work with ES 3.x. */ ATTRIB_VAL(EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT);