Crate tess2_sys

Crate tess2_sys 

Source

Structs§

TESSalloc

Enums§

TESStesselator
Used only as opaque pointer to c structure
TessElementType
defines, what action tessTesselate is performing, tesselation, tesselation with neighboring polygons, or creating polygon contours
TessWindingRule
Determines how should tessTesselate interpret it’s input, see OpenGL tesselation docs for more

Functions§

tessAddContour
Adds new contour to tesselator, this function copies vertices into internal buffer
tessDeleteTess
Destroys tesselator and all resources associated
tessGetElementCount
Returns number of generated elements
tessGetElements
Returns element buffer
tessGetVertexCount
Returns number of vertices in internal output buffer
tessGetVertexIndices
Returns pointer to vertex index buffer
tessGetVertices
Returns pointer to internal vertex output buffer
tessNewTess
Creates new Tesselator object with specified or default allocator or uses default.
tessTesselate
Tesselates stored paths

Type Aliases§

TESSindex
TESSreal
typedef’s from C