Switch to GL_TEXTURE_2D for lighting LUT

This commit is contained in:
offtkp 2024-07-09 20:51:09 +03:00
parent 1b071b62fa
commit a3886a948f
3 changed files with 15 additions and 16 deletions

View file

@ -53,7 +53,7 @@ class RendererGL final : public Renderer {
OpenGL::VertexBuffer dummyVBO;
OpenGL::Texture screenTexture;
GLuint lightLUTTextureArray;
OpenGL::Texture lightLUTTexture;
OpenGL::Framebuffer screenFramebuffer;
OpenGL::Texture blankTexture;