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

#include <dttr_pcdogs.h>

Data Fields

uint32_t flags
 Offset 0x0.
DTTR_PCDOGS_T_Actor_Stateparent_actor
 Offset 0x4.
DTTR_PCDOGS_T_Mesh_Nodemesh_data_ptr
 Offset 0x8.
DTTR_PCDOGS_T_Mesh_RuntimeVertexvertex_buffer
 Offset 0xC.
DTTR_PCDOGS_T_Mesh_RuntimePolygonindex_buffer
 Offset 0x10.
int32_t mesh_offset
 Offset 0x14.
int32_t material_offset
 Offset 0x18.
int16_t lod_level
 Offset 0x1C.
int16_t render_priority
 Offset 0x1E.
DTTR_PCDOGS_T_Material_Entrytexture_ptr
 Offset 0x20.
uint32_t vertex_count
 Offset 0x24.
uint32_t polygon_count
 Offset 0x28.
int32_t * transform_matrix
 Offset 0x2C.

Detailed Description

Definition at line 2835 of file dttr_pcdogs.h.

Field Documentation

◆ flags

uint32_t DTTR_PCDOGS_T_Graphics_ComponentData::flags

Offset 0x0.

Definition at line 2836 of file dttr_pcdogs.h.

◆ index_buffer

DTTR_PCDOGS_T_Mesh_RuntimePolygon* DTTR_PCDOGS_T_Graphics_ComponentData::index_buffer

Offset 0x10.

Definition at line 2840 of file dttr_pcdogs.h.

◆ lod_level

int16_t DTTR_PCDOGS_T_Graphics_ComponentData::lod_level

Offset 0x1C.

Definition at line 2843 of file dttr_pcdogs.h.

◆ material_offset

int32_t DTTR_PCDOGS_T_Graphics_ComponentData::material_offset

Offset 0x18.

Definition at line 2842 of file dttr_pcdogs.h.

◆ mesh_data_ptr

DTTR_PCDOGS_T_Mesh_Node* DTTR_PCDOGS_T_Graphics_ComponentData::mesh_data_ptr

Offset 0x8.

Definition at line 2838 of file dttr_pcdogs.h.

◆ mesh_offset

int32_t DTTR_PCDOGS_T_Graphics_ComponentData::mesh_offset

Offset 0x14.

Definition at line 2841 of file dttr_pcdogs.h.

◆ parent_actor

DTTR_PCDOGS_T_Actor_State* DTTR_PCDOGS_T_Graphics_ComponentData::parent_actor

Offset 0x4.

Definition at line 2837 of file dttr_pcdogs.h.

◆ polygon_count

uint32_t DTTR_PCDOGS_T_Graphics_ComponentData::polygon_count

Offset 0x28.

Definition at line 2847 of file dttr_pcdogs.h.

◆ render_priority

int16_t DTTR_PCDOGS_T_Graphics_ComponentData::render_priority

Offset 0x1E.

Definition at line 2844 of file dttr_pcdogs.h.

◆ texture_ptr

DTTR_PCDOGS_T_Material_Entry* DTTR_PCDOGS_T_Graphics_ComponentData::texture_ptr

Offset 0x20.

Definition at line 2845 of file dttr_pcdogs.h.

◆ transform_matrix

int32_t* DTTR_PCDOGS_T_Graphics_ComponentData::transform_matrix

Offset 0x2C.

Definition at line 2848 of file dttr_pcdogs.h.

◆ vertex_buffer

DTTR_PCDOGS_T_Mesh_RuntimeVertex* DTTR_PCDOGS_T_Graphics_ComponentData::vertex_buffer

Offset 0xC.

Definition at line 2839 of file dttr_pcdogs.h.

◆ vertex_count

uint32_t DTTR_PCDOGS_T_Graphics_ComponentData::vertex_count

Offset 0x24.

Definition at line 2846 of file dttr_pcdogs.h.


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