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