GraphicsDeviceCapabilities.BlendCaps Members
The following tables list the members exposed by the GraphicsDeviceCapabilities.BlendCaps type.
Public Properties
Name | Description | |
---|---|---|
SupportsBlendFactor | Gets a value indicating that the driver supports the Blend.BlendFactor blend mode. | |
SupportsBothInverseSourceAlpha | Gets a value indicating that the driver supports the Blend.BothInverseSourceAlpha blend mode. | |
SupportsBothSourceAlpha | Gets a value indicating that the driver supports the Blend.BothSourceAlpha blend mode. | |
SupportsDestinationAlpha | Gets a value indicating that the driver supports the Blend.DestinationAlpha blend mode. | |
SupportsDestinationColor | Gets a value indicating that the driver supports the Blend.DestinationColor blend mode. | |
SupportsInverseDestinationAlpha | Gets a value indicating that the driver supports the Blend.InverseDestinationAlpha blend mode. | |
SupportsInverseDestinationColor | Gets a value indicating that the driver supports the Blend.InverseDestinationColor blend mode. | |
SupportsInverseSourceAlpha | Gets a value indicating that the driver supports the Blend.InverseSourceAlpha blend mode. | |
SupportsInverseSourceColor | Gets a value indicating that the driver supports the Blend.InverseSourceColor blend mode. | |
SupportsOne | Gets a value indicating that the driver supports the Blend.One blend mode. | |
SupportsSourceAlpha | Gets a value indicating that the driver supports the Blend.SourceAlpha blend mode. | |
SupportsSourceAlphaSat | Gets a value indicating that the driver supports the Blend.SourceAlphaSat blend mode. | |
SupportsSourceColor | Gets a value indicating that the driver supports the Blend.SourceColor blend mode. | |
SupportsZero | Gets a value indicating that the driver supports the Blend.Zero blend mode. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | Retrieves a string representation of this object. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
GraphicsDeviceCapabilities.BlendCaps Structure
Microsoft.Xna.Framework.Graphics Namespace