This shader provides a simple blur based on the Gaussian algorithm. This is optimized for small amount of the blur radius.

Source code

show source code
automatically pulls the latest version from my GitHub repository

Script home page on GitHub
scripts > shader

The shader blurs any input image using simple gaussian algorithm.

Shader interface parameters

  • image: Texture0
  • float: directions
  • float: quality
  • float: size