views:

320

answers:

1

I'm making a game with iPhone. I found iPhone OS 3.1 supports v-sync with CADisplayLink class. I believe v-sync is ideal solution for game graphics, I'll use this only. (no fallback to NSTimer) But SDK doc says this too; CADisplayLink is supported in only OS 3.1.

Is there a hardware model which cannot support CADisplayLink class?

A: 

I don't know if there's a hardware model which cannot support CADisplayLink, but we've seen improvements using it in 3DAR on the following devices:

iPhone4 / iOS 4.1
3GS / iOS 4.0
3G / OS 3.1.2
Original / OS 3.1.3

I'm very happy with its performance and simplicity.

pmark