Skip to content
  • David C. Lonie's avatar
    Add an FXAA implementation. · fc9878ef
    David C. Lonie authored
    FXAA is an antialiasing technique that is applied in a post-processing
    pass. This implementation:
    
    - Is a single-pass fragment shader.
    - Detects edges.
    - Searches for edge endpoints.
    - Interpolates colors along the edge to give a smooth, antialiased
      color gradient.
    - Detects and corrects sub-pixel antialiasing.
    fc9878ef