Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 5 of 5

Thread: glMultiDrawElements dll

  1. #1
    Junior Member Newbie
    Join Date
    Feb 2010
    Posts
    3

    glMultiDrawElements dll

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

  2. #2
    Super Moderator OpenGL Lord
    Join Date
    Dec 2003
    Location
    Grenoble - France
    Posts
    5,655

    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.

  3. #3
    Junior Member Newbie
    Join Date
    Feb 2010
    Posts
    3

    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?

  4. #4
    Super Moderator OpenGL Lord
    Join Date
    Dec 2003
    Location
    Grenoble - France
    Posts
    5,655

    Re: glMultiDrawElements dll

    Did you actually read the GLEW docs ?

  5. #5
    Junior Member Newbie
    Join Date
    Feb 2010
    Posts
    3

    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
  •