79231161

Date: 2024-11-27 16:48:02
Score: 0.5
Natty:
Report link

After a lot of struggle I found that in my case I was not swapping the drawing and rendering buffers at the end of rendering loop leading to GL_OUT_OF_MEMORY. So I think what might be happening is that renderer was continuously drawing to FrameBuffer which might be requesting memory every time we draw to it. Since, I was not swapping it so memory was not deleted and instead more memory was continuously accumulated...leading to GL_OUT_OF_MEMORY

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Raman Gupta