Used glXGetProcAddressARB() when possible otherwise return NULL in glx.
It is more compatible than to use glXGetProcAddress() which is not always present (need opengl >= 1.4).
Showing
Please register or sign in to comment
It is more compatible than to use glXGetProcAddress() which is not always present (need opengl >= 1.4).