OpenTTD Source 20260206-master-g4d4e37dbf1
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 124 of file opengl.cpp.

Field Documentation

◆ u

float Simple2DVertex::u

Definition at line 126 of file opengl.cpp.

◆ v

float Simple2DVertex::v

Definition at line 126 of file opengl.cpp.

◆ x

float Simple2DVertex::x

Definition at line 125 of file opengl.cpp.

◆ y

float Simple2DVertex::y

Definition at line 125 of file opengl.cpp.


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