CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2009
    Posts
    2

    OpenGL 3.1 Tutorial

    Nice and helpful tutorial, and first one concerning OpenGL 3.1 I think.
    Read more:
    http://www.wikiscripts.net/?action=search&id=opengl

  2. #2
    Join Date
    Sep 2002
    Location
    Singapore
    Posts
    673

    Re: OpenGL 3.1 Tutorial

    Why not write an article, for Codeguru where there is a large group of readers who will benefit from your article?

    There is no way I can download the source code or post comments in the link you have provided.

  3. #3
    Join Date
    Jul 2009
    Posts
    2

    Re: OpenGL 3.1 Tutorial

    Tutorial is updated now and you can download source code.

  4. #4
    Join Date
    Sep 2002
    Location
    Singapore
    Posts
    673

    Re: OpenGL 3.1 Tutorial

    Just updated my ATI graphics card driver yesterday, and found that ATI drivers still doesn't support OpenGL 3.0/3.1. Only nVidia ones does support.

    Nice tutorial, thanks! Just too bad I cannot try out the code now.

  5. #5
    Join Date
    Aug 2009
    Posts
    1

    Thumbs up Re: OpenGL 3.1 Tutorial

    But Catalyst drivers do support OpenGL 3.0!

    Try again, and make change to fragment shader so that it can be compiled on Radeon. Take a look at the tutorial again.

    Good luck!

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured