User-agent: Mozilla Thunderbird 0.8 (Macintosh/20040913)
Is there a way to retrieve the the pixel format that a certain CGL
context uses? I'd like to get the current context, and then use its
pixel format to create a new context. ie:
// Get current context
CGLContextObj ctx = CGLGetCurrentContext();
// Get ctx's pixel format
CGLPixelFormatObj ctx_pixel_format = ???;
thanks!
-j
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Mac-opengl mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/mac-opengl/email@hidden