Guest User

Untitled

a guest
May 16th, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.13 KB | None | 0 0
  1. class GameRenderSettings
  2.     {
  3.     public:
  4.         char unknown0[32];                      //0x0000
  5.         int width;                              //0x0020
  6.         int height;                             //0x0024
  7.         char unknown40[48];                     //0x0028
  8.         int ResX;                               //0x0058
  9.         int RexY;                               //0x005C
  10.         char unknown96[120];                    //0x0060
  11.         ID3D11Device*m_device;                  //0x00D8
  12.         ID3D11DeviceContext*m_deviceContext;    //0x00DC
  13.         char unknown224[20];                    //0x00E0
  14.         IDXGISwapChain*m_swapChain;             //0x00F4
  15.         char unknown248[4];                     //0x00F8
  16.     };//Size=0x00FC(252)
  17.  
  18.     class DxRenderer
  19.     {
  20.     public:
  21.         //GameRenderSettings* m_pSettings;      // this+0x0
  22.         BYTE Pad_000[8];                        // this+0x0
  23.         UINT m_nFrameCounter;                   // this+0x8
  24.         BOOL m_bFrameInProgress;                // this+0xC
  25.         HWND* m_hWnd;                           // this+0x10
  26.         BYTE Pad_014[4];                        // this+0x14
  27.         BYTE m_bFullscreenWanted;               // this+0x18
  28.         BYTE m_bFullscreenActive;               // this+0x19
  29.         BYTE m_bMinimized;                      // this+0x1A
  30.         BYTE m_bMinimizing;                     // this+0x1B
  31.         BYTE m_bResizing;                       // this+0x1C
  32.         BYTE m_bOccluded;                       // this+0x1D
  33.         BYTE m_bVSync;                          // this+0x1E
  34.         BYTE Pad_01F[1];                        // this+0x1F
  35.         RenderScreenInfo m_screenInfo;          // this+0x20
Add Comment
Please, Sign In to add comment