ca marcheeeeeeee
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user