VertexProcessingCaps.SupportsMaterialSource Property (Microsoft.DirectX.Direct3D)
Specifies whether a device can perform Microsoft DirectX 7.0 colormaterialsource operations.
Definition
Visual Basic Public ReadOnly Property SupportsMaterialSource As Boolean C# public bool SupportsMaterialSource { get; } C++ public:
property bool SupportsMaterialSource {
bool get();
}JScript public function get SupportsMaterialSource() : boolean
Property Value
System.Boolean
Value that is true if colormaterialsource operations are supported, or false if they are not.This property is read-only.