Texture constants
From ENIGMA
(Difference between revisions)
Revision as of 18:21, 24 February 2013
![]() |
Merge proposal : It has been suggested that this page be merged with : 'Texture'for the following reason: This page will always be a stub otherwise Use the talk page to discuss this action. |
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. |