Microsoft DirectX 9.0 SDK Update (October 2004)

EffectDescription.LocateInHardware Property

Language:

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

Retrieves or sets whether the effect must be in hardware.

Definition

Visual Basic .NET Public Property LocateInHardware As Boolean
C# public bool LocateInHardware { get; set; }
Managed C++ public: __property bool get_LocateInHardware();
public: __property void set_LocateInHardware(bool);
JScript .NET public function get LocateInHardware() : boolean
public function set LocateInHardware(boolean);

Property Value

System.Boolean . Value that is set to true if the effect must be in hardware; otherwise, false.

This property is read/write. 

Remarks

Because Microsoft® DirectX® 9.0 does not support hardware acceleration of effects, this flag should not be used.


© 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