Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - RedFalcon

Pages: [1]
1
Window / Get HGLRC for wglShareLists()
« on: July 31, 2009, 02:55:58 pm »
Thank you, how i could forget about wglGetCurrentContext().

2
Window / Get HGLRC for wglShareLists()
« on: July 31, 2009, 02:41:19 pm »
Hi,

i created an application which supports two windows in Dual View mode and also fullscreen. Now i want to share textures between the two without loading each texture i need twice. Is there a way to get HGLRC from RenderWindow or should i roll my own thing? I'm using C++/CLR and C# together.

Pages: [1]