OpenTTD Source 20241224-master-gee860a5c8e
|
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 125 of file opengl.cpp.
float Simple2DVertex::u |
Definition at line 127 of file opengl.cpp.
float Simple2DVertex::v |
Definition at line 127 of file opengl.cpp.
float Simple2DVertex::x |
Definition at line 126 of file opengl.cpp.
float Simple2DVertex::y |
Definition at line 126 of file opengl.cpp.