From ea39b33e871b43156dedfc11a025e42c80650bd3 Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Sat, 19 Oct 2013 22:17:52 -0700 Subject: [PATCH] EGL: Added stencil config. --- src/glcontext_egl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glcontext_egl.cpp b/src/glcontext_egl.cpp index a66b23ab8..9d03b2950 100644 --- a/src/glcontext_egl.cpp +++ b/src/glcontext_egl.cpp @@ -41,6 +41,7 @@ namespace bgfx # else EGL_DEPTH_SIZE, 24, # endif // BX_PLATFORM_ + EGL_STENCIL_SIZE, 8, EGL_NONE };