DragonFly On-Line Manual Pages

Search: Section:  


al_destroy_bitmap(3)                                      al_destroy_bitmap(3)

NAME

al_destroy_bitmap - Allegro 5 API

SYNOPSIS

#include <allegro5/allegro.h> void al_destroy_bitmap(ALLEGRO_BITMAP *bitmap)

DESCRIPTION

Destroys the given bitmap, freeing all resources used by it. Does nothing if given the null pointer. It is an error to destroy a bitmap while it (or a sub-bitmap) are the target bitmap of any thread.

SEE ALSO

al_create_bitmap(3) Allegro reference manual al_destroy_bitmap(3)

Search: Section: