PixelShaderCaps.SupportsGradientInstructions Property (Microsoft.DirectX.Direct3D)
Determines whether gradient instructions are supported.
Definition
Visual Basic Public ReadOnly Property SupportsGradientInstructions As Boolean C# public bool SupportsGradientInstructions { get; } C++ public:
property bool SupportsGradientInstructions {
bool get();
}JScript public function get SupportsGradientInstructions() : boolean
Property Value
System.Boolean
Value that is true if gradient instructions are supported, or false if they are not.This property is read-only.