#import <vsync_waiter_ios.h>
Class Methods | |
(double) | + displayRefreshRate |
The display refresh rate used for reporting purposes. The engine does not care about this for frame scheduling. It is only used by tools for instrumentation. The engine uses the duration field of the link per frame for frame scheduling. More... | |
Properties | |
BOOL | maxRefreshRateEnabledOnIPhone |
Definition at line 16 of file vsync_waiter_ios.h.
+ (double) displayRefreshRate |
The display refresh rate used for reporting purposes. The engine does not care about this for frame scheduling. It is only used by tools for instrumentation. The engine uses the duration field of the link per frame for frame scheduling.
Definition at line 174 of file vsync_waiter_ios.mm.
Referenced by VSyncClient::initWithTaskRunner:callback:.
|
readnonatomicassign |
Definition at line 23 of file vsync_waiter_ios.h.
Referenced by VSyncClient::setMaxRefreshRate:.