Caps.MaxTextureBlendStages Property (Microsoft.DirectX.Direct3D)
Retrieves the maximum number of texture-blending stages supported.
Definition
Visual Basic Public ReadOnly Property MaxTextureBlendStages As Integer C# public int MaxTextureBlendStages { get; } C++ public:
property int MaxTextureBlendStages {
int get();
}JScript public function get MaxTextureBlendStages() : int
Property Value
System.Int32
An Int32 that indicates the number of texture-blending stages supported.This property is read-only.
Remarks
This value corresponds to the number of unique texture registers used by pixel shader instructions.