Skip to content

Commit

Permalink
Use a depth buffer when embedding Servo on android.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Oct 11, 2018
1 parent 61fe737 commit 03a75f4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -136,7 +136,7 @@ static class GLSurface implements GfxCallbacks {
EGL14.EGL_GREEN_SIZE, 8,
EGL14.EGL_BLUE_SIZE, 8,
EGL14.EGL_ALPHA_SIZE, 8,
EGL14.EGL_DEPTH_SIZE, 0,
EGL14.EGL_DEPTH_SIZE, 24,
EGL14.EGL_STENCIL_SIZE, 0,
EGL14.EGL_NONE
};
Expand Down

0 comments on commit 03a75f4

Please sign in to comment.