mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-04-06 12:24:23 -04: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…
Add table
Reference in a new issue