C RÉPARER ENFIN !!!!

La swapChain est correctement resize lors d'un changement de taille de fenetre.
This commit is contained in:
2024-03-26 12:25:18 +01:00
parent ed325934ee
commit a2dd35513e
10 changed files with 43 additions and 132 deletions

View File

@@ -29,7 +29,7 @@ public:
XMFLOAT3 GetRotation();
void Render();
void GetViewMatrix(XMMATRIX&);
XMMATRIX GetViewMatrix();
private:
float m_positionX, m_positionY, m_positionZ;