mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
EGL: Added stencil config.
This commit is contained in:
parent
b664188116
commit
ea39b33e87
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ namespace bgfx
|
|||
# else
|
||||
EGL_DEPTH_SIZE, 24,
|
||||
# endif // BX_PLATFORM_
|
||||
EGL_STENCIL_SIZE, 8,
|
||||
|
||||
EGL_NONE
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue