Gawain: drop support for APPLE_vertex_array_object

Recent versions of OpenGL support VAOs natively.

Part of T49012
This commit is contained in:
Mike Erwin 2017-05-21 16:48:54 -04:00
parent 68d8618538
commit 90a1d49180
1 changed files with 0 additions and 11 deletions

View File

@ -31,14 +31,3 @@
#else
#define APPLE_LEGACY 0
#endif
#if APPLE_LEGACY
#undef glGenVertexArrays
#define glGenVertexArrays glGenVertexArraysAPPLE
#undef glDeleteVertexArrays
#define glDeleteVertexArrays glDeleteVertexArraysAPPLE
#undef glBindVertexArray
#define glBindVertexArray glBindVertexArrayAPPLE
#endif