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

POLYTYPE_FLAT - Polygon rendering mode type Allegro game programming library.

Description

       A  simple flat shaded polygon, taking the color from the `c' value of the first vertex. This polygon type
       is affected by the drawing_mode() function, so it can be used to render XOR or translucent polygons.

Name

       POLYTYPE_FLAT - Polygon rendering mode type Allegro game programming library.

See Also

polygon3d(3alleg4), drawing_mode(3alleg4), ex3d(3alleg4), excamera(3alleg4)

Allegro                                           version 4.4.3                           POLYTYPE_FLAT(3alleg4)

Synopsis

#include<allegro.h>#definePOLYTYPE_FLAT

See Also