All I can offer is that I have code that uses this set of attributes and it works with Wayland.PeterO
Code:
const EGLint config_attribs[] = {EGL_SURFACE_TYPE, EGL_WINDOW_BIT,EGL_RED_SIZE, 8,EGL_GREEN_SIZE, 8,EGL_BLUE_SIZE, 8,EGL_ALPHA_SIZE, 8,EGL_DEPTH_SIZE, 16,EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,EGL_SAMPLES, 4, // Enables Multi Sample Anti Aliasing :-)EGL_NONE,};
Statistics: Posted by PeterO — Tue Jan 23, 2024 4:14 pm