|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_pcdogs.h>
Data Fields | |
| DTTR_PCDOGS_T_Math_Vec3I16 | pos |
| Offset 0x0. | |
| uint8_t | color_r |
| Offset 0x6. | |
| uint8_t | color_g |
| Offset 0x7. | |
| uint8_t | color_b |
| Offset 0x8. | |
| uint8_t | normal_x |
| Offset 0x9. | |
| uint8_t | normal_y |
| Offset 0xA. | |
| uint8_t | vertex_state |
| Offset 0xB. | |
Definition at line 4885 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Graphics_SpriteVertexData::color_b |
Offset 0x8.
Definition at line 4889 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Graphics_SpriteVertexData::color_g |
Offset 0x7.
Definition at line 4888 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Graphics_SpriteVertexData::color_r |
Offset 0x6.
Definition at line 4887 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Graphics_SpriteVertexData::normal_x |
Offset 0x9.
Definition at line 4890 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Graphics_SpriteVertexData::normal_y |
Offset 0xA.
Definition at line 4891 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Math_Vec3I16 DTTR_PCDOGS_T_Graphics_SpriteVertexData::pos |
Offset 0x0.
Definition at line 4886 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Graphics_SpriteVertexData::vertex_state |
Offset 0xB.
Definition at line 4892 of file dttr_pcdogs.h.