Field MaximumIterationsPerSecond
Maximum number of iterations of the main loop (and hence draws)
to allow to occur per second. Defaults to DefaultMaximumIterationsPerSecond> which is a 40ms sleep
after iteration (factoring in how long iteration took to run).
public static ushort MaximumIterationsPerSecond
Returns
- ushort
- Maximum number of iterations of the main loop (and hence draws) to allow to occur per second. Defaults to > which is a 40ms sleep after iteration (factoring in how long iteration took to run). Note that not every iteration draws (see ). Only affects v2 drivers.