We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ab67e commit 20761e8Copy full SHA for 20761e8
src/x/xdisplay.c
@@ -316,6 +316,9 @@ static ALLEGRO_DISPLAY_XGLX *xdpy_create_display_locked(
316
#ifdef ALLEGRO_CFG_OPENGLES2
317
display->flags |= ALLEGRO_PROGRAMMABLE_PIPELINE;
318
#endif
319
+#ifdef ALLEGRO_CFG_OPENGLES
320
+ display->flags |= ALLEGRO_OPENGL_ES_PROFILE;
321
+#endif
322
323
/* Store our initial virtual adapter, used by fullscreen and positioning
324
* code.
0 commit comments