OpenTTD Source 20241224-master-gee860a5c8e
Simple2DVertex Struct Reference

A simple 2D vertex with just position and texture. More...

Data Fields

float x
 
float y
 
float u
 
float v
 

Detailed Description

A simple 2D vertex with just position and texture.

Definition at line 125 of file opengl.cpp.

Field Documentation

◆ u

float Simple2DVertex::u

Definition at line 127 of file opengl.cpp.

◆ v

float Simple2DVertex::v

Definition at line 127 of file opengl.cpp.

◆ x

float Simple2DVertex::x

Definition at line 126 of file opengl.cpp.

◆ y

float Simple2DVertex::y

Definition at line 126 of file opengl.cpp.


The documentation for this struct was generated from the following file: