Implement reading texture from NULL

This commit is contained in:
wheremyfoodat 2023-08-18 16:19:54 +03:00
parent 0aef0a6426
commit 7bbf37bb63
2 changed files with 31 additions and 4 deletions

View file

@ -55,6 +55,7 @@ class RendererGL final : public Renderer {
OpenGL::Texture screenTexture;
GLuint lightLUTTextureArray;
OpenGL::Framebuffer screenFramebuffer;
OpenGL::Texture blankTexture;
OpenGL::Framebuffer getColourFBO();
OpenGL::Texture getTexture(Texture& tex);