GLSL Programming/Anti-Aliasing Techniques

From Wikibooks, open books for an open world
Jump to navigation Jump to search


OpenGL (ES) supports several anti-aliasing techniques (see the Wikipedia article on spatial anti-aliasing). The two most important techniques are:


< GLSL Programming

Unless stated otherwise, all example source code on this page is granted to the public domain.