Freigeben über


MTLBlendFactor Enumeration

Definition

Argumentwerte für die Verwendung mit MTLBlendOperation.

public enum MTLBlendFactor
type MTLBlendFactor = 
Vererbung
MTLBlendFactor

Felder

Name Wert Beschreibung
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

Gilt für: