-
Texture units
Hi All,
Is it possible to share texture units among multiple device contexts?
Thanks.
-
Re: Texture units
You can share your texture resources with wglShareLists. The active texture unit is OpenGL state, and is common to all contexts in your app.
-
Re: Texture units
Meaning each OpenGL context has its own active texture unit (in case that was confusing).
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