mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Update cshaderglue.h
This commit is contained in:
parent
540b282998
commit
6a90314fc1
@ -11,8 +11,8 @@ public:
|
||||
uint8_t m_nByte1; //0x000E
|
||||
uint8_t m_nByte2; //0x000F
|
||||
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
|
||||
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
|
||||
static_assert(sizeof(CShaderGlue) == 0x40);
|
||||
#pragma pack(pop)
|
||||
|
Loading…
x
Reference in New Issue
Block a user