1POLYTYPE_ATEX_MASK_LIT(3) Allegro manual POLYTYPE_ATEX_MASK_LIT(3)
2
3
4
6 POLYTYPE_ATEX_MASK_LIT, POLYTYPE_PTEX_MASK_LIT - Polygon rendering mode
7 type Allegro game programming library.
8
10 #include <allegro.h>
11
12
13 #define POLYTYPE_ATEX_MASK_LIT
14
15 #define POLYTYPE_PTEX_MASK_LIT
16
18 Like POLYTYPE_ATEX_LIT and POLYTYPE_PTEX_LIT, but zero texture map pix‐
19 els are skipped, allowing parts of the texture map to be transparent.
20
21
23 polygon3d(3), POLYTYPE_ATEX_LIT(3), POLYTYPE_PTEX_LIT(3), ex3d(3)
24
25
26
27Allegro version 4.4.3 POLYTYPE_ATEX_MASK_LIT(3)