mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
EGL: Added stencil config.
This commit is contained in:
@@ -41,6 +41,7 @@ namespace bgfx
|
||||
# else
|
||||
EGL_DEPTH_SIZE, 24,
|
||||
# endif // BX_PLATFORM_
|
||||
EGL_STENCIL_SIZE, 8,
|
||||
|
||||
EGL_NONE
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user