forked from organicmaps/organicmaps
[drape] chanche name of VAO extension on Mac
This commit is contained in:
parent
dd1d2ad6a9
commit
0f0d79fc26
1 changed files with 4 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue