![]() |
![]() |
![]() |
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 Microsoft® Direct3D® is withholding emulation services for vertex processing.
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
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.
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.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center