diff --git a/src/renderer_gl.cpp b/src/renderer_gl.cpp index 13806b264..4e5a4b232 100644 --- a/src/renderer_gl.cpp +++ b/src/renderer_gl.cpp @@ -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) {