We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
UI vertex.
typedef struct { MTY_Point pos; MTY_Point uv; uint32_t col; } MTY_Vtx;
pos (MTY_Point)
pos
MTY_Point
Vertex position.
uv (MTY_Point)
uv
Vertex texcoord.
col (uint32_t)
col
uint32_t
Element color.
Module: App