Language
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Int32that 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.
.gif)