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

Thread: Multitreading

  1. #1
    Junior Member Newbie
    Join Date
    Feb 2001
    Posts
    1

    Multitreading

    Hi,

    I have a small problem: I need to write a multithreaded
    application ( Mesa + pthead ), basically my app will
    perform other tasks than pure graphics. The problem is
    that so far the only OpenGL examples I have seen are
    not multithredaded, so if someone could give me the source code of a small mutlithreaded application that uses OpenGL for rendering, or a chunk of code, even pseudo code will do. Help I am stuck !!

  2. #2
    Junior Member Newbie
    Join Date
    Mar 2000
    Location
    alabama
    Posts
    15

    Re: Multitreading

    if you go to http://mkennedy.101main.com/software/
    and then click on the OpenGL section, this guy has a pretty good example of How to use MFC and OpenGL AND multithread the GL!
    you need to do some tweaking though, but that is simple enough.

    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
  •