how to get pointers of OpenGL extention functions

one way is to use wglGetProcAddress(). Is there any other way, because I don’t wanna use APIs declared in wingdi.h. Thanks.

In windows, that’s the only way.

Thanks, Bob.