mipmaps property

bool mipmaps
final

Whether the texture carries a mip chain (built at creation) and is sampled with mip filtering. Turn off for UI/full-screen sources never minified.

Implementation

final bool mipmaps;