Microsoft DirectX 9.0 SDK Update (October 2004)

BehaviorFlags.PureDevice Property

Language:

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

Retrieves a value that indicates whether Microsoft® Direct3D® supports Get calls for anything that can be stored in a state block. This value also indicates whether Microsoft® Direct3D® is withholding emulation services for vertex processing.

Definition

Visual Basic .NET Public ReadOnly Property PureDevice As Boolean
C# public bool PureDevice { get; }
Managed C++ public: __property bool get_PureDevice();
JScript .NET public function get PureDevice() : boolean

Property Value

System.Boolean . Value that is true if Microsoft® Direct3D® does not support Get calls for anything that can be stored in a state block. A true value also indicates that Microsoft® Direct3D® is withholding emulation services for vertex processing. If Get calls are supported and Microsoft® Direct3D® is not withholding emulation services, the value is false.

This property is read-only. 

Remarks

If the device is withholding emulation services for vertex processing, it does not support vertex processing, and the application can use only post-transformed vertices.

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