Class MTLSamplerMinMagFilter


  • public final class MTLSamplerMinMagFilter
    extends java.lang.Object
    [@enum] MTLSamplerMinMagFilter Options for filtering texels within a mip level. [@constant] MTLSamplerMinMagFilterNearest Select the single texel nearest to the sample point. [@constant] MTLSamplerMinMagFilterLinear Select two texels in each dimension, and interpolate linearly between them. Not all devices support linear filtering for all formats. Integer textures can not use linear filtering on any device, and only some devices support linear filtering of Float textures.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Linear  
      static long Nearest  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait