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.