MAJOR UPDATE - REWORK TEXTURE

-support texture tga retirer

+support texture format standard ajouter
This commit is contained in:
2024-09-29 13:24:18 +02:00
parent c4b4ef83e3
commit bbbea117c3
9 changed files with 29 additions and 38 deletions

View File

@@ -54,8 +54,6 @@ public:
bool LoadTexture(ID3D11Device* device, ID3D11DeviceContext* deviceContext, const std::wstring& filename);
ID3D11ShaderResourceView* GetTexture() const;
public :
bool m_demoSpinning = false;
XMVECTOR m_previousPosition;
@@ -74,5 +72,4 @@ private:
bool m_isGrounded;
std::string m_name;
ID3D11ShaderResourceView* m_Texture;
};