Microsoft DirectX 9.0 SDK Update (October 2004)

Device.SoftwareVertexProcessing Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves or sets the vertex processing mode.

Definition

Visual Basic .NET Public Property SoftwareVertexProcessing As Boolean
C# public bool SoftwareVertexProcessing { get; set; }
Managed C++ public: __property bool get_SoftwareVertexProcessing();
public: __property void set_SoftwareVertexProcessing(bool);
JScript .NET 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


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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