hpg_projects Wiki
collectiom of tutorials and projects created in LateralGM
Brought to you by:
hpg50
These are the constants related to texture filtering, eg. mipmapping and
anisotropic filtering.
| tx_none | No texture filtering is used. |
| tx_nearest | Nearest neighbour texture filtering is used. |
| tx_bilinear | Bilinear texture filtering is used. |
| tx_trilinear | Trilinear texture filtering is used. |
Wiki: Constant
Wiki: Texture_set_filter
Wiki: Texture_set_filter_ext