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: glxGetProcAddress ( )

  1. #1
    Junior Member Newbie
    Join Date
    Jun 2002
    Posts
    9

    glxGetProcAddress ( )

    Hello,

    If I understand correcty, the function glxGetProcAddress is equivalent to wglGetProcAddress in NT. But for some reason, MSDN tells there is no equivalent for wglGetProcAddress in GLX. We have libraries and include files for X that does not contain this routine. We need it badly.
    What is the reason for this ?
    Thanks,
    Zvika.

  2. #2
    Advanced Member Frequent Contributor
    Join Date
    Feb 2000
    Posts
    662

    Re: glxGetProcAddress ( )

    it should be in glx.h or glxext.h.

    If not, then what platform are using X on?

  3. #3
    Intern Newbie
    Join Date
    Apr 2002
    Posts
    48

    Re: glxGetProcAddress ( )

    First off this is rather linux thread.
    Second.
    There is no glxGetProcAddress.
    There is only glxGetProcAddressARB.
    It was one of the first GLX extensions intoduced by ARB for GLX.
    If I'm correct it's in the core.
    But as you know....MS doesn't like alternative OS's and I don't think that they would do 100% good alternative OS docs in theirs developer relationsh website and docs

  4. #4
    Junior Member Newbie
    Join Date
    Jun 2002
    Posts
    9

    Re: glxGetProcAddress ( )

    Originally posted by Gorg:
    it should be in glx.h or glxext.h.

    If not, then what platform are using X on?

    Hello, thank you for your reply.
    We are using Exceed which is an X emulation for NT. It has all X+OpenGL libs,include files and X server. I searched for glxGetProcAddress or glxGetProcAddressARB. But it's not there.
    Can you tell why ? Is it a not standard glx system call ?

  5. #5
    Intern Newbie
    Join Date
    Apr 2002
    Posts
    48

    Re: glxGetProcAddress ( )

    And GLX libs ?
    And does X-server for windoze have ogl support ? ( GLX stuff )

Posting Permissions

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