Skip to content
Snippets Groups Projects
Commit fc9878ef authored by David C. Lonie's avatar David C. Lonie
Browse files

Add an FXAA implementation.

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.
parent 94dfcdac
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment