Device.SoftwareVertexProcessing Property

Language:

Retrieves or sets the vertex processing mode.

Definition

Visual Basic Public Property SoftwareVertexProcessing As Boolean
C# public bool SoftwareVertexProcessing { get; set; }
C++ public:
property bool SoftwareVertexProcessing {
        bool get();
        void set(bool value);
}
JScript public function get SoftwareVertexProcessing() : boolean
public function set SoftwareVertexProcessing(boolean);

Property Value

System.Boolean
Value that is true for software vertex processing; false for hardware vertex processing.

This property is read/write. 

Remarks

The following restrictions apply when changing modes.

Exceptions
InvalidCallException Occurs if the method call is invalid. For example, a parameter might contain an invalid value.

See Also


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center