Garry's Mod Wiki

render.PushFilterMin

  render.PushFilterMin( number texFilterType )

Description

Pushes (Adds) a texture filter onto the minification texture filter stack.
This will modify how textures are compressed to a lower resolution than their native resolution for upcoming rendering and drawing operations.
For a version of this same function that modifies filtering for texture sizes larger than their native resolution, see render.PushFilterMag()

Always be sure to call render.PopFilterMin() afterwards to avoid texture filtering problems.

For more detailed information and a usage example, see the texture minification and magnification render reference.

Arguments

1 number texFilterType
The texture filter to use. For available options, see TEXFILTER enum