texture_mipmapping_generate - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Generates the given number of subsampled textures and binds them to the texture for mipmapping.
- texid, index of the texture
- levels, number of mipmapping levels
This function has no return values.
texture_mipmapping_generate(tex, 8);
Demonstrates generating eight levels of mipmapping on a texture. NOTOC