generateMipmaps

actual abstract fun generateMipmaps()(source)

Generates mipmaps for the 3D texture. Mipmaps are a series of precomputed smaller textures derived from the base level texture, used for efficient rendering at varying distances or levels of detail.

expect abstract fun generateMipmaps()(source)

Generates mipmaps for the 3D texture. Mipmaps are a series of precomputed smaller textures derived from the base level texture, used for efficient rendering at varying distances or levels of detail.

actual abstract fun generateMipmaps()(source)

Generates mipmaps for the 3D texture. Mipmaps are a series of precomputed smaller textures derived from the base level texture, used for efficient rendering at varying distances or levels of detail.