mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
commit
38531770e3
1 changed files with 2 additions and 0 deletions
|
@ -6342,6 +6342,8 @@ namespace bgfx { namespace gl
|
||||||
|
|
||||||
blitMsaaFbo();
|
blitMsaaFbo();
|
||||||
|
|
||||||
|
GL_CHECK(glBindVertexArray(m_vao) );
|
||||||
|
|
||||||
if (0 < _render->m_num)
|
if (0 < _render->m_num)
|
||||||
{
|
{
|
||||||
if (0 != (m_resolution.m_flags & BGFX_RESET_FLUSH_AFTER_RENDER) )
|
if (0 != (m_resolution.m_flags & BGFX_RESET_FLUSH_AFTER_RENDER) )
|
||||||
|
|
Loading…
Reference in a new issue