Bagikan melalui


GraphicsDeviceCapabilities.BlendCaps Members

The following tables list the members exposed by the GraphicsDeviceCapabilities.BlendCaps type.

Public Properties

Name Description
Public Property SupportsBlendFactor Gets a value indicating that the driver supports the Blend.BlendFactor blend mode.
Public Property SupportsBothInverseSourceAlpha Gets a value indicating that the driver supports the Blend.BothInverseSourceAlpha blend mode.
Public Property SupportsBothSourceAlpha Gets a value indicating that the driver supports the Blend.BothSourceAlpha blend mode.
Public Property SupportsDestinationAlpha Gets a value indicating that the driver supports the Blend.DestinationAlpha blend mode.
Public Property SupportsDestinationColor Gets a value indicating that the driver supports the Blend.DestinationColor blend mode.
Public Property SupportsInverseDestinationAlpha Gets a value indicating that the driver supports the Blend.InverseDestinationAlpha blend mode.
Public Property SupportsInverseDestinationColor Gets a value indicating that the driver supports the Blend.InverseDestinationColor blend mode.
Public Property SupportsInverseSourceAlpha Gets a value indicating that the driver supports the Blend.InverseSourceAlpha blend mode.
Public Property SupportsInverseSourceColor Gets a value indicating that the driver supports the Blend.InverseSourceColor blend mode.
Public Property SupportsOne Gets a value indicating that the driver supports the Blend.One blend mode.
Public Property SupportsSourceAlpha Gets a value indicating that the driver supports the Blend.SourceAlpha blend mode.
Public Property SupportsSourceAlphaSat Gets a value indicating that the driver supports the Blend.SourceAlphaSat blend mode.
Public Property SupportsSourceColor Gets a value indicating that the driver supports the Blend.SourceColor blend mode.
Public Property SupportsZero Gets a value indicating that the driver supports the Blend.Zero blend mode.

Public Methods

Name Description
Public Method Equals (Inherited from ValueType.)
Public Method GetHashCode (Inherited from ValueType.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString Retrieves a string representation of this object.

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

GraphicsDeviceCapabilities.BlendCaps Structure
Microsoft.Xna.Framework.Graphics Namespace