Class MTLSamplerMipFilter


  • public final class MTLSamplerMipFilter
    extends java.lang.Object
    [@enum] MTLSamplerMipFilter Options for selecting and filtering between mipmap levels [@constant] MTLSamplerMipFilterNotMipmapped The texture is sampled as if it only had a single mipmap level. All samples are read from level 0. [@constant] MTLSamplerMipFilterNearest The nearst mipmap level is selected. [@constant] MTLSamplerMipFilterLinear If the filter falls between levels, both levels are sampled, and their results linearly interpolated between levels.
    • Field Summary

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

      • Methods inherited from class java.lang.Object

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