Variable NearestMipmapLinearFilterConst

NearestMipmapLinearFilter: 1005

NearestMipmapLinearFilter chooses the two mipmaps that most closely match the size of the pixel being textured
and uses the NearestFilter criterion to produce a texture value from each mipmap.
The final texture value is a weighted average of those two values.