enum NVGRenderCommandType
Type of command that determines how is a path element rendered.
Values
| Name | Value | Description |
|---|---|---|
Fill |
0 |
Drawing a non-convex fill shape. |
ConvexFill |
1 |
Drawing a convex fill shape. |
Stroke |
2 |
Drawing a stroke. |