Minor: Ajout shader de translation au shadermanager

This commit is contained in:
GolfOcean334
2024-04-08 00:27:38 +02:00
parent d61a5b7f5f
commit 48e7b18d7c
6 changed files with 53 additions and 30 deletions

View File

@@ -55,7 +55,6 @@ private:
ID3D11InputLayout* m_layout;
ID3D11Buffer* m_matrixBuffer;
ID3D11SamplerState* m_sampleState;
ID3D11Buffer* m_translateBuffer;
};