1al_destroy_index_buffer(3) al_destroy_index_buffer(3)
23
4
NAME
6al_destroy_index_buffer - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_primitives.h>
1011
void al_destroy_index_buffer(ALLEGRO_INDEX_BUFFER* buffer)
12
DESCRIPTION
14Destroys a index buffer. Does nothing if passed NULL.
15
SINCE
175.1.8
18
SEE ALSO
20ALLEGRO_INDEX_BUFFER(3), al_create_index_buffer(3)
2122
23
24
Allegro reference manual al_destroy_index_buffer(3)