A short tutorial on creating a blur shader in Godot using mipmaps. Technical artist Binbun demonstrates that by leveraging Godot's built-in mipmap support, you can achieve a performant blur effect with minimal code. The approach uses a ShaderMaterial on a Canvas Item, sampling the screen texture with textureLod and a configurable blur_amount uniform.
Sort: