Graphics Single Pass Blur Shader

S

SoulTie

Guest
Thanks Jas, This method is described in Graphics Shaders: Theory and Practice by Steve Cunningham and Mike Bailey. I changed a few things, But I learned the concept from that book.
 
R

Robert

Guest
If you could get a nice single pass x and y axis blur that looks good would be great because right now I am using two separate blurs, one for each axis. I also have a single pass blur but its quality is terrible compared to the other.
 
Top