Re: OpenGL and Tiger
Re: OpenGL and Tiger
- Subject: Re: OpenGL and Tiger
- From: Mike Paquette <email@hidden>
- Date: Mon, 16 May 2005 07:38:45 -0700
Please note that CGSSetDebugOptions() and other CGS functions are
private SPI. Parameters to CGSSetDebugOptions() in particular will
change from one release to the next. Do not be surprised if the
behavior of your application varies unpredictably across releases.
(Some debug option bits do things like trigger abort() calls under
interesting conditions, such as error conditions. Your users may not
appreciate such behaviors.)
Think of it as evolution in action...
Mike Paquette
On May 16, 2005, at 6:31 AM, Shaun Wexler wrote:
Here is the necessary code:
extern void CGSSetDebugOptions(int);
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden