1ALLEGRO_VERTEX_CACHE_SIZE(3) ALLEGRO_VERTEX_CACHE_SIZE(3)
2
3
4
6 ALLEGRO_VERTEX_CACHE_SIZE - Allegro 5 API
7
9 #include <allegro5/allegro_primitives.h>
10
11 #define ALLEGRO_VERTEX_CACHE_SIZE 256
12
14 Defines the size of the transformation vertex cache for the software
15 renderer. If you pass less than this many vertices to the primitive
16 rendering functions you will get a speed boost. This also defines the
17 size of the cache vertex buffer, used for the high-level primitives.
18 This corresponds to the maximum number of line segments that will be
19 used to form them.
20
21
22
23Allegro reference manual ALLEGRO_VERTEX_CACHE_SIZE(3)