#include <generic_components.h>
A data structire to map complex polygons to tessellation polygons.
Public Member Functions | |
PolygonToTessellationMap ()=default | |
Result< void > | Resize (Int polygonCount, Int tessellationCount) |
Public Attributes | |
BaseArray< Int32 > | _counts |
BaseArray< Int32 > | _indices |
|
default |