mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
GL: Disabled scissor test when using clear quad.
This commit is contained in:
parent
bac2073b76
commit
27c476924e
1 changed files with 1 additions and 0 deletions
|
@ -2218,6 +2218,7 @@ namespace bgfx
|
|||
#if BGFX_CONFIG_CLEAR_QUAD
|
||||
if (s_renderCtx.m_useClearQuad)
|
||||
{
|
||||
GL_CHECK(glDisable(GL_SCISSOR_TEST) );
|
||||
GL_CHECK(glDisable(GL_CULL_FACE) );
|
||||
GL_CHECK(glDisable(GL_BLEND) );
|
||||
|
||||
|
|
Loading…
Reference in a new issue