102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
Loading...
Searching...
No Matches
DTTR_Vertex Struct Reference

#include <graphics_private.h>

Data Fields

float x
float y
float z
float rhw
float r
float g
float b
float a
float u
float v

Detailed Description

Definition at line 71 of file graphics_private.h.

Field Documentation

◆ a

float DTTR_Vertex::a

Definition at line 74 of file graphics_private.h.

◆ b

float DTTR_Vertex::b

Definition at line 74 of file graphics_private.h.

◆ g

float DTTR_Vertex::g

Definition at line 74 of file graphics_private.h.

◆ r

float DTTR_Vertex::r

Definition at line 74 of file graphics_private.h.

◆ rhw

float DTTR_Vertex::rhw

Definition at line 73 of file graphics_private.h.

◆ u

float DTTR_Vertex::u

Definition at line 75 of file graphics_private.h.

◆ v

float DTTR_Vertex::v

Definition at line 75 of file graphics_private.h.

◆ x

float DTTR_Vertex::x

Definition at line 72 of file graphics_private.h.

Referenced by fill_mesh_seam_triangle().

◆ y

float DTTR_Vertex::y

Definition at line 72 of file graphics_private.h.

Referenced by fill_mesh_seam_triangle().

◆ z

float DTTR_Vertex::z

Definition at line 72 of file graphics_private.h.


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