Hello!
I am currently working on a simple pong game. For practice I wanted to implement a simple bloom on every object. Doing some research I kinda found the solution but for that I need to draw objects to screen, then take that whole screen and draw it again with a shader. So what I am looking for here is some way to take the texture of the screen once I've drawn all of objects. Any hints on how to do it?