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: Windowless Rendering

  1. #1

    Windowless Rendering

    Hello,

    I want to render OpenGL content to a picture without opening a window.
    I solved that for windows, but would rather have a platform independent solution. Does glut support something like that?

    Thanks, Peter

  2. #2
    Advanced Member Frequent Contributor marcus256's Avatar
    Join Date
    Aug 2001
    Location
    Sweden
    Posts
    853

    Re: Windowless Rendering

    How did you solve it? A pbuffer?

    I don't think you can (reliably) do anything similar with GLUT.

    I have a plan to include support for pbuffers in GLFW some time in the future, but that is not very reliable eihter (not all hardware supports it).

Posting Permissions

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