wayland/opengl: set EGL_DEPTH_SIZE to 24
This commit is contained in:
parent
a148b3bedf
commit
30a100fd28
1 changed files with 1 additions and 0 deletions
|
|
@ -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[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue