Reputation: 202
For example: on Linux function name glBindVertexArray, but on OS X function name glBindVertexArrayAPPLE?
glBindVertexArray
glBindVertexArrayAPPLE
Upvotes: 0
Views: 34
Reputation: 5907
glBindVertexArray is already cross-plateform, and works on OS X.
You can find Apple documentation on this precise function here.
Upvotes: 4