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:
- I have a problem with animation (1)
- very basic bitmap animation
- display problem using primitives (horizontal line glitch)
- Upgrade from Allegro 5.0.10 to Allegro 5.2.5
- 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
Other recent discussions: