Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Gallium3D programming example

  1. #11
    Advanced Member Frequent Contributor
    Join Date
    Apr 2010
    Location
    Germany
    Posts
    896
    wglGetProcAddress needs a valid GL context to function properly. See http://msdn.microsoft.com/en-us/libr...=vs.85%29.aspx .

    Also, if you do everything with GLEW it does everything for you. No need for gl.h, glu.h, glext.h.

  2. #12
    Junior Member Newbie
    Join Date
    May 2012
    Posts
    14
    Thanks for the reply.

    I will try to use GLEW only. I will update on progress.

    Then I could finally port my code from D3D to OpenGL and use it on Linux and Windows

Posting Permissions

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