Skip to content

Texture_anisotropy_maxlevel

hpgDesigns edited this page Aug 8, 2021 · 1 revision

Notation

Description

Gets the highest level of anisotropic filtering supported by the present hardware, and returns the result.

Parameters

  • none This function has no parameters.

Return Values

Returns the maximum available level of anisotropic filtering.

Example Call

maxlevel = texture_anisotropy_maxlevel();
texture_anisotropy_filter(tex, maxlevel);

Demonstrates getting the maximum level of anisotropic filtering available and using it on a texture. NOTOC

This is number 1

Clone this wiki locally