maxMipmapLevels property
Caps the number of mip levels generated (null builds the full chain). A texture atlas uses this so tiles stop shrinking before they merge into their neighbors across the padding gutter.
Implementation
final int? maxMipmapLevels;