Enum WriteMask
Defines the type of logical operations to perform while blending a render target.
Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
[Flags]
public enum WriteMask
Fields
Name | Description |
---|---|
All | All channels will be written. |
Alpha | The alpha channel will be written. |
Blue | The blue channel will be written. |
Green | The green channel will be written. |
Red | The red channel will be written. |