Query: vsync
OS: suse
Section: 3alleg4
Links: suse man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
vsync(3alleg4) Allegro manual vsync(3alleg4)NAMEvsync - Waits for a vertical retrace to begin. Allegro game programming library.SYNOPSIS#include <allegro.h> void vsync();DESCRIPTIONWaits for a vertical retrace to begin. The retrace happens when the electron beam in your monitor has reached the bottom of the screen and is moving back to the top ready for another scan. During this short period the graphics card isn't sending any data to the monitor, so you can do things to it that aren't possible at other times, such as altering the palette without causing flickering (snow). Allegro will auto- matically wait for a retrace before altering the palette or doing any hardware scrolling, though, so you don't normally need to bother with this function.SEE ALSOset_palette(3alleg4), scroll_screen(3alleg4) Allegro version 4.4.2 vsync(3alleg4)
Related Man Pages |
---|
exscale(3alleg4) - centos |
exscale(3alleg4) - suse |
scroll_screen(3alleg4) - opendarwin |
scroll_screen(3alleg4) - mojave |
scroll_screen(3alleg4) - redhat |
Similar Topics in the Unix Linux Community |
---|
lov4 stale found in lvdisplay |
FrameRate en Allegro |
How to know the progress of HA C-SPOC Mirrorvg? |
X -configure fails on NetBSD: Number of created screens does not ... |
How disabling GPU? |