您的位置:首页 > 运维架构

About OpenGl extension : glew , GLee , just use glext.h and your hand

2009-03-10 05:30 701 查看

About OpenGl extension : glew , GLee , just use glext.h and your hand

glew: the most popular one should be glew, anybody use it. The demo release by ATI , Nvidia also use it. It's well maintained can be dowloaded anywhere.

Glee, seems no longer popular, can be download here http://www.opengl.org/sdk/libs/GLee/, NOTE: if you use vs2005 be sure to add command /NODEFAULTLIB:libc.lib to the linker.

The most old and tedious way: include "glext.h", write prototype and use GetProcAdress(). It acutally quite simple, if you only need several extensions. I find this is the most trouble free way to do it, since you don't need to mess around with lib and dll.

http://liushusen11.spaces.live.com/Blog/cns!8631780874D1A838!243.entry
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: