mirror of https://github.com/kivy/kivy.git
rpi: add stencil support when creating the egl context. Closes #1302
This commit is contained in:
parent
d2b8c8f98e
commit
8cf0db1913
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue