|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#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 |
Definition at line 71 of file graphics_private.h.
| float DTTR_Vertex::a |
Definition at line 74 of file graphics_private.h.
| float DTTR_Vertex::b |
Definition at line 74 of file graphics_private.h.
| float DTTR_Vertex::g |
Definition at line 74 of file graphics_private.h.
| float DTTR_Vertex::r |
Definition at line 74 of file graphics_private.h.
| float DTTR_Vertex::rhw |
Definition at line 73 of file graphics_private.h.
| float DTTR_Vertex::u |
Definition at line 75 of file graphics_private.h.
| float DTTR_Vertex::v |
Definition at line 75 of file graphics_private.h.
| float DTTR_Vertex::x |
Definition at line 72 of file graphics_private.h.
Referenced by fill_mesh_seam_triangle().
| float DTTR_Vertex::y |
Definition at line 72 of file graphics_private.h.
Referenced by fill_mesh_seam_triangle().
| float DTTR_Vertex::z |
Definition at line 72 of file graphics_private.h.