al_wait_for_vsync
bool al_wait_for_vsync(void)
Introduced in 5.0.0
Wait for the beginning of a vertical retrace. Some driver/card/monitor combinations may not be capable of this.
Note how al_flip_display usually already waits for the vertical retrace, so unless you are doing something special, there is no reason to call this function.
Returns false if not possible, true if successful.
See also: al_flip_display
Most helpful discussions:
- Just bored... ;)
- al_flip_display takes 30ms occasionally
- vsync with OpenGL
- Smooth animation when using fixed time step
- Allegro5: Event Queue Delay Problem
- Allegro 5 + OpenGL + GL_DEPTH_TEST problem
- AL5 + OpenGL - al_draw_text not working?
- Variable Time Steps – Vsync – Fixed Time Steps
- game loop with Allegro 5
- Optimizing Isometric Tiles
Other recent discussions: