logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ALLEGRO_VERTEX_BUFFER - Allegro 5 API

Description

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

Name

       ALLEGRO_VERTEX_BUFFER - Allegro 5 API

See Also

al_create_vertex_buffer(3alleg5), al_destroy_vertex_buffer(3alleg5)

Allegro reference manual                                                          ALLEGRO_VERTEX_BUFFER(3alleg5)

Since

       5.1.3

Synopsis

              #include <allegro5/allegro_primitives.h>

              typedef struct ALLEGRO_VERTEX_BUFFER ALLEGRO_VERTEX_BUFFER;

See Also