MiscCaps.SupportsPerStageConstant Property (Microsoft.DirectX.Direct3D)

Specifies whether the device supports per-stage constants.

Definition

Visual Basic Public ReadOnly Property SupportsPerStageConstant As Boolean
C# public bool SupportsPerStageConstant { get; }
C++ public:
property bool SupportsPerStageConstant {
        bool get();
}
JScript public function get SupportsPerStageConstant() : boolean

Property Value

System.Boolean
Value that is true if the device supports per-stage constants, or false if it does not.

This property is read-only.