1ALLEGRO_VERTEX_BUFFER(3)                              ALLEGRO_VERTEX_BUFFER(3)
2
3
4

NAME

6       ALLEGRO_VERTEX_BUFFER - Allegro 5 API
7

SYNOPSIS

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

DESCRIPTION

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

SINCE

18       5.1.3
19

SEE ALSO

21       al_create_vertex_buffer(3), al_destroy_vertex_buffer(3)
22
23
24
25Allegro reference manual                              ALLEGRO_VERTEX_BUFFER(3)
Impressum