Looking for an OpenGL Wrapper.

That contains all (or a full) sets of functions used by opengl.

I’ve searched around a bit and cant really find anything with a FULL set so any help would be great thanks.

and for c++ sorry.

And what is the use of a wrapper if it has all OpenGL functions ? It is no more a wrapper :smiley:

Download GLTrace from here . It comes with source, so you can make your own modifications.

You might also find GLIntercept useful.

Hmmm, Every “Clean” or so say unedited wrapper I find when used with the program just makes it crash on start up? Could this be to missing functions within the wrapper or something else?

Never mind that…

LIBCD.lib(wwincrt0.obj) : error LNK2001: unresolved external symbol _wWinMain@16
Debug/Testt.exe : fatal error LNK1120: 1 unresolved externals

Ive set Entry-point symbol to wWinMainCRTStartup and it still comes up :S

That’s not a crash, that’s a linker error.