Skip to content
  • Emmanuele Bassi's avatar
    effect: Add BlurEffect · 5a5b2144
    Emmanuele Bassi authored
    A simple, GLSL shader-based blur effect.
    
    The blur shader is taken straight from the test-shader.c interactive
    test case. It's a fairly clunky, inefficient and visually incorrect
    implementation of a box blur, but it's all we have right now until I
    figure out a way to do multi-pass shading with the current API.
    5a5b2144