1ALLEGRO_INDEX_BUFFER(3)                                ALLEGRO_INDEX_BUFFER(3)
2
3
4

NAME

6       ALLEGRO_INDEX_BUFFER - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_primitives.h>
10
11              typedef struct ALLEGRO_INDEX_BUFFER ALLEGRO_INDEX_BUFFER;
12

DESCRIPTION

14       A  GPU  index buffer that you can use to store indices of vertices in a
15       vertex buffer on the GPU instead of uploading them afresh during  every
16       drawing operation.
17

SINCE

19       5.1.8
20

SEE ALSO

22       al_create_index_buffer(3), al_destroy_index_buffer(3)
23
24
25
26Allegro reference manual                               ALLEGRO_INDEX_BUFFER(3)
Impressum