(I know I messed up a couple times and put some topics in this wrongfully, but I'm like 99% sure this is the right thread for this question.)
So I've got GLSL shaders/sf::Shader to work now with some test shaders (Basically just setting the pixel black...), and now I'm wondering if its possible to apply a shader to the whole screen; since you can't apply something like a scanline or blurring shader to each individual drawn thing; it would look atrocious.
Thanks in advance