rpi: add stencil support when creating the egl context. Closes #1302

This commit is contained in:
Mathieu Virbel 2014-10-08 00:40:25 +02:00
parent d2b8c8f98e
commit 8cf0db1913
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ class WindowEglRpi(WindowBase):
c.EGL_BLUE_SIZE, 8,
c.EGL_ALPHA_SIZE, 8,
c.EGL_DEPTH_SIZE, 16,
c.EGL_STENCIL_SIZE, 8,
c.EGL_SURFACE_TYPE, c.EGL_WINDOW_BIT,
c.EGL_NONE]