nw::demo::GraphicsDrawing::FillTriangles Member Function
void FillTriangles(
const math::VEC2 * pPointArray,
s32 pointCount,
ut::Color8 color
);
| Name | Description | |
|---|---|---|
| in | pPointArray | Pointer to the vertex array. |
| in | pointCount | Number of vertices. |
| in | color | The color. |
Draws a triangle.
CONFIDENTIAL