Tagged Questions
2
votes
1answer
2k views
in iOS, does CADisplayLink automatically control the app's 'timestep'?
I'm writing an iOS game that uses OpenGL ES 2.0. I have my 'OpenGLView' which contains a
- (void)setupDisplayLink {
CADisplayLink* displayLink = [CADisplayLink displayLinkWithTarget:self ...