View Full Version : 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.
ZbuffeR
04-09-2005, 04:31 AM
And what is the use of a wrapper if it has all OpenGL functions ? It is no more a wrapper :D
zeckensack
04-09-2005, 06:28 AM
Download GLTrace from here (http://www.hawksoft.com/download/) . It comes with source, so you can make your own modifications.
You might also find GLIntercept (http://glintercept.nutty.org/) 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.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.