FsVertex
The FsVertex represents a typical 2D vertex.
Syntax
struct FsVertex {
float x, y, u, v;
};
Members
Member | Description |
---|---|
x |
The X location of the vertex |
y |
The Y location of the vertex |
u |
The U location of the vertex texture |
v |
The V location of the vertex texture |
Remarks
N/A
See Also