Skip to content

Texture_mipmapping_generate

hugh greene edited this page Jun 20, 2022 · 1 revision

Notation

Description

Generates the given number of subsampled textures and binds them to the texture for mipmapping.

Parameters

  • texid, index of the texture
  • levels, number of mipmapping levels

Return Values

This function has no return values.

Example Call

texture_mipmapping_generate(tex, 8);

Demonstrates generating eight levels of mipmapping on a texture. NOTOC

Clone this wiki locally