Expand description
Bindings to the native vsync APIs
See also Native Vsync Development.
§Feature flags
document-features— Document available features when building the documentation
Structs§
Functions§
- Creates a NativeVsync instance.
- Delete the NativeVsync instance.
- Get vsync period.
- Request next vsync with callback. If you call this interface multiple times in one frame, it will only call the last callback.
- Request next vsync with callback. If this function is called multiple times in one vsync period, all these callbacks and dataset will be called.