is it possible to do the gaussian blur in a non post-process material ?
I see that the main issue could be GetPostProcessInputSize(0).zw, and SceneTextureLookup
can these two be replaced with a texture size and texture sampler function ?
I have tried it but seems does not work