EGL: Added stencil config.

This commit is contained in:
bkaradzic 2013-10-19 22:17:52 -07:00
parent b664188116
commit ea39b33e87

View file

@ -41,6 +41,7 @@ namespace bgfx
# else
EGL_DEPTH_SIZE, 24,
# endif // BX_PLATFORM_
EGL_STENCIL_SIZE, 8,
EGL_NONE
};