Texture_anisotropy_filter - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

Notation

Description

Sets the level of anisotropic filtering used on a given texture.

Parameters

  • texid, index of the texture
  • level, level of anisotropic filtering to use on the texture

Return Values

This function has no return values.

Example Call

texture_anisotropy_filter(tex, 4);

Demonstrates setting the anisotropic filtering on a texture to four levels. NOTOC