MTLBlendFactor Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Valeurs d’argument à utiliser avec MTLBlendOperation.
public enum MTLBlendFactor
type MTLBlendFactor =
- Héritage
-
MTLBlendFactor
Champs
Nom | Valeur | 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 |