nothing works yet

This commit is contained in:
RSDuck
2023-04-08 01:37:32 +02:00
parent f8fdc77e43
commit b11b5bf522
16 changed files with 3472 additions and 176 deletions

View File

@ -44,12 +44,12 @@ public:
void RenderFrame();
void BindOutputTexture(int buf);
private:
GLCompositor(std::array<GLuint, 3> CompShader) noexcept;
GLCompositor(GLuint CompShader) noexcept;
int Scale;
int ScreenH, ScreenW;
std::array<GLuint, 3> CompShader;
GLuint CompShader;
GLuint CompScaleLoc;
GLuint Comp3DXPosLoc;