I wonder if there is a time function in apples SDK that is guaranteed to be monotonically increasing? I heard about [NSDate timeIntervalSinceReferenceDate]
(which isn't accurate) and the c function mach_absolute_time
.
How do all these people timing their animations in openGL ES (is there a frame independent solution)?