Blur-Effect PixelShader

Hi,

I want to add a Gaussian-Blur PixelShader to my Application and I also want to change the depth of the blur-effect with a parameter.

I want this feature to implement blur effects like iOS 7.

Can anyone help?
Thank you.
Ronny

Hi,

Try this for the bloom

And this one for the depth

I implement both of them into my 3D engine.

thank you. I am looking into the code.