Edit

Share via


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

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

Applies to