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: Sharing Textures

  1. #1
    Junior Member Newbie
    Join Date
    Jun 2005
    Posts
    2

    Sharing Textures

    Does any one know if it is possible to share textures for multiple windows? i can bind and render my texture for one window but when i call for it for a second window it is like they have vanished. Anybody know a way to share them without having to resend the data to video memory? I am using GLUT and X windows system....

    Thanks

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

    Re: Sharing Textures

    Sharing texture is like sharing display lists. Check the FAQ :
    http://www.opengl.org/resources/faq/...e.htm#text0080

    But with GLUT it seems to be impossible.

Posting Permissions

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