Microsoft DirectX 9.0 SDK Update (October 2004)

Caps.AlphaCompareCaps Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves an object that contains all alpha-test comparison capabilities.

Definition

Visual Basic .NET Public ReadOnly Property AlphaCompareCaps As ComparisonCaps
C# public ComparisonCaps AlphaCompareCaps { get; }
Managed C++ public: __property ComparisonCaps get_AlphaCompareCaps();
JScript .NET public function get AlphaCompareCaps() : ComparisonCaps

Property Value

Microsoft.DirectX.Direct3D.ComparisonCaps . A ComparisonCaps object that contains the alpha-test comparison capabilities.

This property is read-only. 

Remarks

This member can include the same capability flags defined for the Caps member. If this member contains a comparison Caps object with only the ComparisonCaps.SupportsAlways member or the ComparisonCaps.SupportsNever member set to true, the driver does not support alpha tests. Otherwise, the Caps members identify the individual comparisons that are supported for alpha testing.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center