Compare commits

...

1 Commits

Author SHA1 Message Date
Josh Matthews
80efd9af8f Use a depth buffer for the GL surface in FirefoxReality. 2018-10-11 15:44:55 -04:00

View File

@@ -136,7 +136,7 @@ public class ServoSurface {
EGL14.EGL_GREEN_SIZE, 8, EGL14.EGL_GREEN_SIZE, 8,
EGL14.EGL_BLUE_SIZE, 8, EGL14.EGL_BLUE_SIZE, 8,
EGL14.EGL_ALPHA_SIZE, 8, EGL14.EGL_ALPHA_SIZE, 8,
EGL14.EGL_DEPTH_SIZE, 0, EGL14.EGL_DEPTH_SIZE, 16,
EGL14.EGL_STENCIL_SIZE, 0, EGL14.EGL_STENCIL_SIZE, 0,
EGL14.EGL_NONE EGL14.EGL_NONE
}; };