View Full Version : MultiTexturing
AleksX
09-05-2002, 12:00 PM
Where can i find header files for Visual C++ 6.0 that include functions like:
glActiveTextureARB()
??
Asgard
09-05-2002, 12:25 PM
For example here: http://oss.sgi.com/projects/ogl-sample/registry/
Note that it's not enough to just have the header file to use these functions. You need to get the procedure addresses using wglGetProcAddress. You can get a useful lib here that does that for you (and also includes an extension header file): http://www.uni-karlsruhe.de/~uli2/
AleksX
09-05-2002, 08:16 PM
Thanks
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.