Simple 2D Blur Shader Guide

I wrote up a guide for a simple and performant blur shader.

It uses mipmap levels instead of sampling multiple times, so it’s very performant.

Link: Godot 2D Blur Shader | Tutorial · Binbun3D

1 Like