Class MTLSamplerBorderColor


  • public final class MTLSamplerBorderColor
    extends java.lang.Object
    [@enum] MTLSamplerBorderColor Specify the color value that will be clamped to when the sampler address mode is MTLSamplerAddressModeClampToBorderColor. [@constant] MTLSamplerBorderColorTransparentBlack Transparent black returns {0,0,0,0} for clamped texture values. [@constant] MTLSamplerBorderColorOpaqueBlack OpaqueBlack returns {0,0,0,1} for clamped texture values. [@constant] MTLSamplerBorderColorOpaqueWhite OpaqueWhite returns {1,1,1,1} for clamped texture values.
    • Method Summary

      • Methods inherited from class java.lang.Object

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