EffectDescription.LocateInHardware Property |
Language: |
Retrieves or sets whether the effect must be in hardware.
Visual Basic Public Property LocateInHardware As Boolean C# public bool LocateInHardware { get; set; } C++ public:
property bool LocateInHardware {
bool get();
void set(bool value);
}JScript public function get LocateInHardware() : boolean
public function set LocateInHardware(boolean);
System.Boolean
This property is read/write.
Value that is set to true if the effect must be in hardware; otherwise, false.
Because Microsoft DirectX 9.0 does not support hardware acceleration of effects, this flag should not be used.
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