Skip to content

MTY_Vtx

chrisd1100 edited this page Apr 9, 2023 · 2 revisions

UI vertex.

typedef struct {
    MTY_Point pos;
    MTY_Point uv;
    uint32_t  col;
} MTY_Vtx;

Members

pos (MTY_Point)

Vertex position.

uv (MTY_Point)

Vertex texcoord.

col (uint32_t)

Element color.

See also

Module: App

Clone this wiki locally