Edit

Share via


MTLBlendFactor Enum

Definition

Argument values for use with MTLBlendOperation.

public enum MTLBlendFactor
type MTLBlendFactor = 
Inheritance
MTLBlendFactor

Fields

Name Value Description
Zero 0
One 1
SourceColor 2
OneMinusSourceColor 3
SourceAlpha 4
OneMinusSourceAlpha 5
DestinationColor 6
OneMinusDestinationColor 7
DestinationAlpha 8
OneMinusDestinationAlpha 9
SourceAlphaSaturated 10
BlendColor 11
OneMinusBlendColor 12
BlendAlpha 13
OneMinusBlendAlpha 14

Applies to