Cg Programming/Anti-Aliasing Techniques
Most GPUs support several anti-aliasing techniques (see the Wikipedia article on spatial anti-aliasing). The two most important techniques are:
- texture mipmapping: see the Wikipedia article on mipmap
- multisampling: see the Wikipedia article on multisample anti-aliasing
Unless stated otherwise, all example source code on this page is granted to the public domain.