OpenGL Extension loading function?

Hi all,
is there a SDL function to load OpenGL extensions ?
i want to use glActiveTextureARB() but would prefere not to having to rely
on something external from SDL to load the extension function.--------------------------------
| Dinand Vanvelzen, |
| Programmer, |

Software Engineering student

Please don’t reply to existing messages to start new threads. It lumps
your message with the message you’re replying to, which will make a lot
of people miss it.On Thu, May 15, 2003 at 07:15:37PM +0200, Dinand Vanvelzen wrote:

is there a SDL function to load OpenGL extensions ?
i want to use glActiveTextureARB() but would prefere not to having to rely
on something external from SDL to load the extension function.

This is in the documentation.


Glenn Maynard