mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Use a depth buffer when embedding Servo on android.
This commit is contained in:
parent
61fe737885
commit
03a75f418e
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ public class ServoSurface {
|
|||
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
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue