TextureSampler.MinFilter

TextureSampler.MinFilter property

Gets the texture minification filter.

public TextureMipMapFilter MinFilter { get; }

Remarks

If value is Default, it must be interpreted by the runtime as “best fit”

See Also