VertexProcessingCaps.SupportsMaterialSource Property (Microsoft.DirectX.Direct3D)
Specifies whether a device can perform Microsoft DirectX 7.0 colormaterialsource operations.
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
System.Boolean
This property is read-only.
Value that is true if colormaterialsource operations are supported, or false if they are not.
Show: