summaryrefslogtreecommitdiffstats
path: root/Shaders/aa_sample_algorithm.py
Commit message (Collapse)AuthorAge
* Delete unused filesv1.0.0-beta00yum2025-07-23
|
* Implement simple anti-aliasingyum2023-01-31
Sample the texture up to 5 times using the algorithm shown in `aa_sample_algorithm.py`. Results are averaged together. * Redo dithering PRNG