MTLSamplerAddressMode Enum

Definition

The wrapping mode. Used when a fetch falls outside the bounds of a texture.

public enum MTLSamplerAddressMode
type MTLSamplerAddressMode = 
Inheritance
MTLSamplerAddressMode

Fields

ClampToBorderColor 5
ClampToEdge 0
ClampToZero 4
MirrorClampToEdge 1
MirrorRepeat 3
Repeat 2

Applies to