enum MeshGenFlags { Mesh_EdgeAA = 0x0001, Mesh_Mask = 0x0002, Mesh_Scale9 = 0x0008 };
Mesh generation flags that affect results reported by the MeshProvider, including the number and type of fills, including the vertex format.
Members |
Description |
Mesh_EdgeAA = 0x0001 |
Generates meshes for EdgeAA. |
Mesh_Mask = 0x0002 |
Generates mask. |
Mesh_Scale9 = 0x0008 |
Generates scale9grid meshes. |
Render_Primitive.h