wayland/opengl: set EGL_DEPTH_SIZE to 24

This commit is contained in:
IoIxD
2026-01-03 19:21:03 -07:00
parent a148b3bedf
commit 30a100fd28

View File

@@ -131,6 +131,7 @@ static int create(MwWidget handle) {
EGL_RED_SIZE, 8,
EGL_GREEN_SIZE, 8,
EGL_BLUE_SIZE, 8,
EGL_DEPTH_SIZE, 24,
EGL_RENDERABLE_TYPE, EGL_OPENGL_BIT,
EGL_NONE};
EGLint contextAttribs[] = {