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: Where to find Tutorials howto use a pbuffer?

  1. #1
    Guest

    Where to find Tutorials howto use a pbuffer?

    Hi there!

    Does anybody know where to find a good tutorial howto use pbuffers and where to find some technical docs about limitations, performance...

    Best would be docs that are written using GLUT, cause its platform independent. Some time ago I saw a pbuffer tutorial using winapi and I did understand nothing ;-)

    Thanks in advance, lg Clemens

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

    Re: Where to find Tutorials howto use a pbuffer?

    Well actually you have to use WGL stuff to deal with pbuffers, so platform independance presently not ppossible (there is a simpler/better pbuffer-like extension in the final works right now).

    If it can of some help, I have done some programs with pbuffers and RTT on windows, using GLFW (cross-platform like glut) for everything but what is actually needed by pbuffers. It is not really a tutorial but the code may help anyway :
    http://www.chez.com/dedebuffer/

    I you have problems with it I will be glad to help.

  3. #3
    Guest

    Re: Where to find Tutorials howto use a pbuffer?

    Well, thanks a lot for the link, but pbuffers simply are not platform dependent, and because I do all coding on Linux WGL-stuff is simply useless for me.

    I know that all new ATI-drivers and NVidia drivers support pbuffers on linux since a long time but I simply cant find tuts howto use pbuffers with linux.

    Anyway, thanks a lot for your help.

    lg Clemens

  4. #4
    Intern Contributor
    Join Date
    Jul 2004
    Posts
    50

    Re: Where to find Tutorials howto use a pbuffer?

    I found the examples in nvidia's latest sdk a good starting point for pbuffer info, though I think I had to tweak a few things to get them to compile with my linux setup.

  5. #5
    Guest

    Re: Where to find Tutorials howto use a pbuffer?

    Thanks a lot!

    I'll download the sdk and try it as soon as I can!

    Thanks again, lg Clemens

Posting Permissions

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