Variable SamplerInfo.mipmapFilter

The filter used between mipmap levels

struct SamplerInfo
{
  // ...
  Filter mipmapFilter ;
  // ...
}