man exflip () - Comparison of double buffering and page flipping. Allegro game programming library.
NAME
exflip - Comparison of double buffering and page flipping. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
Example exflip
DESCRIPTION
This program moves a circle across the screen, first with a double buffer and then using page flips.
SEE ALSO
BITMAP(3alleg), END_OF_MAIN(3alleg), SCREEN_H(3alleg), SCREEN_W(3alleg), allegro_error(3alleg), allegro_init(3alleg), allegro_message(3alleg), blit(3alleg), circlefill(3alleg), clear_to_color(3alleg), create_bitmap(3alleg), create_video_bitmap(3alleg), desktop_palette(3alleg), destroy_bitmap(3alleg), font(3alleg), install_timer(3alleg), makecol(3alleg), retrace_count(3alleg), screen(3alleg), set_gfx_mode(3alleg), set_palette(3alleg), show_video_bitmap(3alleg), textprintf_ex(3alleg)