table of contents
al_destroy_index_buffer(3) | al_destroy_index_buffer(3) |
NAME¶
al_destroy_index_buffer - Allegro 5 API
SYNOPSIS¶
-
#include <allegro5/allegro_primitives.h> void al_destroy_index_buffer(ALLEGRO_INDEX_BUFFER* buffer)
DESCRIPTION¶
Destroys a index buffer. Does nothing if passed NULL.
SINCE¶
5.1.8
SEE ALSO¶
Allegro reference manual |