renderPathFillVertices

Get vertices of "fill" triangle fan for the given render path. Can return empty slice.

Returned slice can be invalidated by any other NanoVega API call (except the calls to render path accessors), and using it in such case is UB. So copy vertices to freshly allocated array if you want to keep them for further processing.
pure nothrow @trusted @nogc
const(NVGVertex)[]
renderPathFillVertices
Suggestion Box / Bug Report