BehaviorFlags.PureDevice Property |
Language: |
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 Direct3D is withholding emulation services for vertex processing.
Visual Basic Public ReadOnly Property PureDevice As Boolean C# public bool PureDevice { get; } C++ public:
property bool PureDevice {
bool get();
}JScript public function get PureDevice() : boolean
System.Boolean
This property is read-only.
Value that is true if Direct3D does not support Get calls for anything that can be stored in a state block. A true value also indicates that Direct3D is withholding emulation services for vertex processing. If Get calls are supported and Direct3D is not withholding emulation services, the value is false.
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.
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