|
OpenTTD Source 20251117-master-g7398d2e290
|
A simple 2D vertex with just position and texture. More...
Data Fields | |
| float | x |
| float | y |
| float | u |
| float | v |
A simple 2D vertex with just position and texture.
Definition at line 124 of file opengl.cpp.
| float Simple2DVertex::u |
Definition at line 126 of file opengl.cpp.
| float Simple2DVertex::v |
Definition at line 126 of file opengl.cpp.
| float Simple2DVertex::x |
Definition at line 125 of file opengl.cpp.
| float Simple2DVertex::y |
Definition at line 125 of file opengl.cpp.