Skip to main content

FrameOrderLevel

Determine the function is called on which frame of each rendering cycle, this is related to FrameRateLevel, if the frame rate level is D1, and the frame order is O1, the function will be called on the second frame of each cycle.

If order level is greater than the frame rate level, the function will be called on the last frame of each cycle.

OD\* means after the first frame of each cycle, execute the function is executed every how many frames, this is useful for background tasks, this kind of task will be executed at least one time per cycle.

Index

Enumeration Members

Enumeration Members

O0

O0: 0

O1

O1: 1

O2

O2: 2

O3

O3: 3

OD0

OD0: -1

OD1

OD1: -2

OD2

OD2: -3