-
Global display lists
I am writing an MDI application in Win32 and I have a rendering context and a windows device context embedded in each view window.
When a view window dies, its rendering context dies with it.
How can I create display lists that will exist for the duration of the application and that will be accessible by all rendering contexts?
-
Junior Member
Regular Contributor
Re: Global display lists
There is a wglShareLists procedure
Maybe you should create a dummy context that dies only with application.
-
Re: Global display lists
Thanks. I'll give it a try.
-
Re: Global display lists
I'm still working on it. Any ideas on how to do 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
-
Forum Rules