Cleanup.
This commit is contained in:
parent
38531770e3
commit
5e061f4395
@ -6342,7 +6342,10 @@ namespace bgfx { namespace gl
|
||||
|
||||
blitMsaaFbo();
|
||||
|
||||
GL_CHECK(glBindVertexArray(m_vao) );
|
||||
if (m_vaoSupport)
|
||||
{
|
||||
GL_CHECK(glBindVertexArray(m_vao) );
|
||||
}
|
||||
|
||||
if (0 < _render->m_num)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user