Texture translation fonctionne

This commit is contained in:
GolfOcean334
2024-04-04 22:15:09 +02:00
parent b5d597b64e
commit 2ab975ce93
2 changed files with 7 additions and 43 deletions

View File

@@ -56,12 +56,11 @@ public:
bool Frame(InputClass*);
private:
bool Render(float, float, float, float);
bool Render(float, float, float, float, float);
bool UpdateMouseStrings(int, int, bool);
bool UpdateFps();
bool UpdateRenderCountString(int);
bool RenderSceneToTexture(float);
bool RenderTextureTranslation(static float);
private:
D3DClass* m_Direct3D;