[][src]Module epaint::tessellator

Converts graphics primitives into textured triangles.

This module converts lines, circles, text and more represented by Shape into textured triangles represented by Triangles.

Modules

path

Helpers for constructing paths

Structs

PathPoint
TessellationOptions

Tessellation quality options

Tessellator

Converts Shapes into Triangles.

Enums

PathType

Functions

tessellate_shapes

Turns Shape:s into sets of triangles.