Garry's Mod Wiki

Revision Difference

Enums/TEXFILTER#516123

<cat>enum</cat> <enumeration> <description> Enumerations used by <page>render.PushFilterMin</page> and <page>render.PushFilterMag</page>. See [this](https://msdn.microsoft.com/en-us/library/windows/desktop/bb172615(v=vs.85).aspx) and [this page](https://en.wikipedia.org/wiki/Texture_filtering) for more information on texture filtering. </description> <fields>{{EnumField|TEXFILTER.NONE|0</fields>⤶ <fields><item key="TEXFILTER.NONE" value="0</fields>⤶ </enumeration> {{EnumField|TEXFILTER.POINT|1}}⤶ {{EnumField|TEXFILTER.LINEAR|2}} {{EnumField|TEXFILTER.ANISOTROPIC|3}}⤶ {{EnumField">TEXFILTER.POINT|1</item>⤶ <item key="TEXFILTER.LINEAR" value="2}} {{EnumField">TEXFILTER.ANISOTROPIC|3</item>⤶ }}