Re: dump NSOpenGLPixelFormat
Re: dump NSOpenGLPixelFormat
- Subject: Re: dump NSOpenGLPixelFormat
- From: "Paolo Manna" <email@hidden>
- Date: Tue, 14 Aug 2007 10:33:44 +0100
> when you have an available NSOpenGLPixelFormat object, how to retrieve
> the internal properties?
The only public way to do this is to cycle through all properties
(including one you haven't defined) and get the related value:
- (void)getValues:(long *)vals
forAttribute:(NSOpenGLPixelFormatAttribute)attrib
forVirtualScreen:(int)screen
There are, apparently, undocumented methods, but of course it's better
to stay away from there!
Paolo
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden