-
glMultiDrawElements dll
In what dll I may found function glMultiDrawElements? My video card from ATI.
-
Super Moderator
OpenGL Lord
Re: glMultiDrawElements dll
Learn about extensions :
http://www.opengl.org/wiki/Getting_s...and_extensions
The Application Binary Interface is frozen at GL 1.1, so each of the newer entry points, you will have to ask a pointer at runtime, or just not bother and use either GLEW or GLEE.
-
Re: glMultiDrawElements dll
I'm used glew32.dll, but my Framework don't seeing func glMultiDrawElements in this dll. Maybe I must calling this func with some prefix?
-
Super Moderator
OpenGL Lord
Re: glMultiDrawElements dll
Did you actually read the GLEW docs ?
-
Re: glMultiDrawElements dll
I don't find answer in the docs. But found it in glew.h and with help of Depends Walker. That prefix it's "__glew".
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules