Defines the values to use for sampler mipmap filter mode

Variables

@:enum@:implinlineread onlyMIPLINEAR:Context3DMipFilter

Select the two closest MIP levels and linearly blend between them (the highest quality mode, but has some performance cost).

@:enum@:implinlineread onlyMIPNEAREST:Context3DMipFilter

Use the nearest neighbor metric to select MIP levels (the fastest rendering method).

@:enum@:implinlineread onlyMIPNONE:Context3DMipFilter

Always use the top level texture (has a performance penalty when downscaling).