Interesting Articel on CVDisplayLink
Apple has posted an article suggesting using CVDisplayLink instead of NSTimer to drive your render loop...
http://developer.apple.com/qa/qa2004/qa1385.html
http://developer.apple.com/qa/qa2004/qa1385.html
I've tried the display link route in the past. It works, but does not seem to improve performance over the 1k timer with vbl synch (i.e. it still stutters intermittently). It's okay though, I think the display link is a good idea in theory and is worth using. Glad to see they updated that technote.
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| CVDisplayLink - ObjectiveC & C++ | JordanReed | 19 | 10,553 |
Oct 4, 2012 01:35 PM Last Post: OneSadCookie |
|
| CVDisplayLink instead of NSTimer | OptimisticMonkey | 6 | 6,076 |
Nov 18, 2009 02:49 PM Last Post: SethWillits |
|

