-
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
-
Super Moderator
OpenGL Lord
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
-
Forum Rules