Context.enableVsync

Enable or disable VSYNC. If enabled, updating the display will cause the calling thread to hang until a new frame starts. In other words, it will lock the updating rate to the display refresh rate.

@param enable Whether or not to use VSYNC

class Context
abstract
void
enableVsync
(
bool enable
)

Meta