This commit is contained in:
Branimir Karadžić
2017-05-30 23:49:53 -07:00
parent 18d0eebbce
commit c4f5129e84
15 changed files with 6 additions and 602 deletions

View File

@@ -2037,15 +2037,6 @@ namespace bgfx { namespace gl
|| s_extension[Extension::OES_vertex_array_object].m_supported
;
if (BX_ENABLED(BX_PLATFORM_NACL) )
{
m_vaoSupport &= true
&& NULL != glGenVertexArrays
&& NULL != glDeleteVertexArrays
&& NULL != glBindVertexArray
;
}
if (m_vaoSupport)
{
GL_CHECK(glGenVertexArrays(1, &m_vao) );