BehaviorFlags.SoftwareVertexProcessing Property (Microsoft.DirectX.Direct3D)
Retrieves a value that specifies whether software vertex processing is being used.
Definition
Visual Basic Public ReadOnly Property SoftwareVertexProcessing As Boolean C# public bool SoftwareVertexProcessing { get; } C++ public:
property bool SoftwareVertexProcessing {
bool get();
}JScript public function get SoftwareVertexProcessing() : boolean
Property Value
System.Boolean
Value that is true if software vertex processing is in use, or false if it is not.This property is read-only.
See Also