[drape] chanche name of VAO extension on Mac

This commit is contained in:
ExMix 2014-01-10 12:54:58 +03:00 committed by Alex Zolotarev
parent dd1d2ad6a9
commit 0f0d79fc26

View file

@ -57,7 +57,11 @@
GLExtensionsList::GLExtensionsList()
: m_impl(new Impl())
{
#if defined(OMIM_OS_MOBILE)
m_impl->CheckExtension(VertexArrayObject, "GL_OES_vertex_array_object");
#else
m_impl->CheckExtension(VertexArrayObject, "GL_APPLE_vertex_array_object");
#endif
}
GLExtensionsList::~GLExtensionsList()