Merge pull request #531 from OFFTKP/pandra

Improve lighting
This commit is contained in:
wheremyfoodat 2024-07-18 00:38:55 +00:00 committed by GitHub
commit cab30494f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 432 additions and 289 deletions

View file

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