NVGVertex

General NanoVega vertex struct. Contains geometry coordinates, and (sometimes unused) texture coordinates.

struct NVGVertex {
float x;
float y;
float u;
float v;
}

Meta