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

@@ -29,7 +29,6 @@
#include "frustumclass.h"
#include "rendertextureclass.h"
#include "displayplaneclass.h"
#include "translateshaderclass.h"
/////////////
@@ -94,7 +93,6 @@ private:
RenderTextureClass* m_RenderTexture;
DisplayPlaneClass* m_DisplayPlane;
float m_screenWidth, m_screenHeight;
TranslateShaderClass* m_TranslateShader;
};
#endif