[Request] crt-lottes-multipass's bloompass

I’d like some help converting crt-lottes-multipass’s bloompass into an actual bloom pass, so it can be used with other CRT shaders for bloom.

Mainly I’d like to remove all the code for scanlines, dotmasks, curvature, etc. So we are just left with the bloom, and gaussian parts I’m assuming.

You can delete the unused mask code from it, but if the function is never called, it just gets optimized out by the compiler anyway.

As it is, you can already use it with other shaders, but it’s not particularly useful.

Thanks I don’t know what I’m really doing with code.