logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bmp_unwrite_line - Direct access bank switching line release. Allegro game programming library.

Description

       Releases  the bitmap memory after you are finished with it. You only need to call this once at the end of
       a drawing operation, even if you have called bmp_write_line() or bmp_read_line() several times before it.

Name

       bmp_unwrite_line - Direct access bank switching line release. Allegro game programming library.

See Also

exflame(3alleg4), exlights(3alleg4)

Allegro                                           version 4.4.3                        bmp_unwrite_line(3alleg4)

Synopsis

#include<allegro.h>voidbmp_unwrite_line(BITMAP*bmp);

See Also