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 3 of 3

Thread: what DLL name include gl***** functions?

  1. #1
    Junior Member Newbie
    Join Date
    Jun 2004
    Posts
    1

    what DLL name include gl***** functions?

    what DLL name include gl***** functions?
    for example void glClear(unsigned int flags);
    I want to import this function from DLL but cann't find it.

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

    Re: what DLL name include gl***** functions?

    Maybe it is too obvious, but did you tried opengl32.dll ? The string for glClear is inside.

  3. #3
    Junior Member Regular Contributor
    Join Date
    Jun 2004
    Location
    Slovakia Europe
    Posts
    109

    Re: what DLL name include gl***** functions?

    make sure, that you are using stdcall conversion, because all WINAPI functions are stdcall and not cdcl.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •