ca marcheeeeeeee

This commit is contained in:
StratiX0
2024-03-21 20:25:52 +01:00
parent b8724d7f28
commit e9fda93632
6 changed files with 81 additions and 9 deletions

View File

@@ -39,6 +39,7 @@ public:
ID3D11Device* GetDevice();
ID3D11DeviceContext* GetDeviceContext();
IDXGISwapChain* m_swapChain;
void GetProjectionMatrix(XMMATRIX&);
void GetWorldMatrix(XMMATRIX&);
@@ -53,7 +54,6 @@ private:
bool m_vsync_enabled;
int m_videoCardMemory;
char m_videoCardDescription[128];
IDXGISwapChain* m_swapChain;
ID3D11Device* m_device;
ID3D11DeviceContext* m_deviceContext;
ID3D11RenderTargetView* m_renderTargetView;