|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_pcdogs.h>
Data Fields | |
| uint32_t | flags |
| Offset 0x0. | |
| uint32_t | material_index |
| Offset 0x4. | |
| uint32_t | texture_id |
| Offset 0x8. | |
| uint32_t | batch_flags |
| Offset 0xC. | |
| uint32_t | screen_coords [12] |
| Offset 0x10. | |
| float | view_space_pos [12] |
| Offset 0x40. | |
| float | fog_depth |
| Offset 0x70. | |
| uint32_t | vertex_colors [4] |
| Offset 0x74. | |
Definition at line 2771 of file dttr_pcdogs.h.
| uint32_t DTTR_PCDOGS_T_Graphics_Batch::batch_flags |
Offset 0xC.
Definition at line 2775 of file dttr_pcdogs.h.
| uint32_t DTTR_PCDOGS_T_Graphics_Batch::flags |
Offset 0x0.
Definition at line 2772 of file dttr_pcdogs.h.
| float DTTR_PCDOGS_T_Graphics_Batch::fog_depth |
Offset 0x70.
Definition at line 2778 of file dttr_pcdogs.h.
| uint32_t DTTR_PCDOGS_T_Graphics_Batch::material_index |
Offset 0x4.
Definition at line 2773 of file dttr_pcdogs.h.
| uint32_t DTTR_PCDOGS_T_Graphics_Batch::screen_coords[12] |
Offset 0x10.
Definition at line 2776 of file dttr_pcdogs.h.
| uint32_t DTTR_PCDOGS_T_Graphics_Batch::texture_id |
Offset 0x8.
Definition at line 2774 of file dttr_pcdogs.h.
| uint32_t DTTR_PCDOGS_T_Graphics_Batch::vertex_colors[4] |
Offset 0x74.
Definition at line 2779 of file dttr_pcdogs.h.
| float DTTR_PCDOGS_T_Graphics_Batch::view_space_pos[12] |
Offset 0x40.
Definition at line 2777 of file dttr_pcdogs.h.