glMultiDrawElements dll

In what dll I may found function glMultiDrawElements? My video card from ATI.

Learn about extensions :
http://www.opengl.org/wiki/Getting_started#OpenGL_2.0.2B_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.

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?

Did you actually read the GLEW docs ?

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”.