Changed a datatype in CShaderGlue

This commit is contained in:
PixieCore 2022-07-01 22:53:46 +02:00
parent 2e559863a8
commit 3efd7ece3b

View File

@ -10,7 +10,7 @@ public:
uint16_t m_nCount3; //0x000C
uint8_t m_nByte1; //0x000E
uint8_t m_nByte2; //0x000F
char pad_0010[32]; //0x0010 [ PIXIE ]: Unknown, Due to compiler deciding to copy over 16 bytes at once in the replace function I have no clue what the data size is.
uint8_t pad_0010[32]; //0x0010 [ PIXIE ]: Unknown, Due to compiler deciding to copy over 16 bytes at once in the replace function I have no clue what the data size is.
void* m_pVertexShader; //0x0030 [ PIXIE ]: Points to another structure which holds a double ptr to d3d11.dll
void* m_pPixelShader; //0x0038 [ PIXIE ]: Points to another structure which holds a double ptr to d3d11.dll
}; //Size: 0x0040