Search Unity

Single Pass Blur with GrabPass

Discussion in 'Image Effects' started by DuvE, Sep 17, 2019.

  1. DuvE

    DuvE

    Joined:
    May 22, 2016
    Posts:
    169
    Hi,

    I want to add some blur to my transparent shader, so I can't use Blit, only GrabPass, and only one single pass. What are the best techniques for this specific case?
     
  2. Olmi

    Olmi

    Joined:
    Nov 29, 2012
    Posts:
    1,553
    Have you seen this ShaderToy? https://www.shadertoy.com/view/ltScRG
    It applies a single pass Gaussian blur at an intermediate texture LOD level. Maybe this is something you could try? I haven't tried that myself (yet) but that might be worth checking out.
     
  3. Passeridae

    Passeridae

    Joined:
    Jun 16, 2019
    Posts:
    395
    Sorry for necroing this thread, but has anyone figured out how to do this Gaussian + LOD blur form shadertoy in HLSL?