Interface MTLSamplerState


  • public interface MTLSamplerState
    [@protocol] MTLSamplerState An immutable collection of sampler state compiled for a single device.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      MTLDevice device()
      [@property] device The device this resource was created against.
      java.lang.String label()
      [@property] label A string to help identify this object.
    • Method Detail

      • device

        MTLDevice device()
        [@property] device The device this resource was created against. This resource can only be used with this device.
      • label

        java.lang.String label()
        [@property] label A string to help identify this object.