also misc changes to use more unsigned multiplication
also fix framebuffer resize
This commit is contained in:
RSDuck
2023-04-17 20:53:41 +02:00
parent 60a3fe24ed
commit 07bd9c06aa
3 changed files with 13 additions and 11 deletions

View File

@ -213,7 +213,7 @@ private:
u32 TextureDecodingBuffer[1024*1024];
GLuint Framebuffer;
GLuint Framebuffer = 0;
GLuint LowResFramebuffer;
GLuint PixelBuffer;