30 FPS for "MetalKitEssentials" sample on El Capitan ?

30 FPS for such a simple example with El Capitan on a MaPro 2013 with D500 ???

Is it a joke ?

Did I miss something ?

Answered by AndrewE in 9615022

The default fps for a MTKView is 30 frames per seconds. You should be able to change this by setting the 'preferredFramesPerSecond' property.


_view.preferredFramesPerSecond = 60
Accepted Answer

The default fps for a MTKView is 30 frames per seconds. You should be able to change this by setting the 'preferredFramesPerSecond' property.


_view.preferredFramesPerSecond = 60

It works ! Thanks for the tip !

How would be able to change that setting? Using what software supplied within the OS X El Capitan OS?

Every single WWDC talk that involves framerate specifically talks about hitting 60. This is a bug.

30 FPS for "MetalKitEssentials" sample on El Capitan ?
 
 
Q