ConstantTable.SetValue Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Sets the value to the constant table.
Definition
Visual Basic .NET |
Public Sub SetValue( _ ByVal device As Device, _ ByVal constant As EffectHandle, _ ByVal data As Void, _ ByVal dataSize As Integer _ ) |
C# |
public void SetValue( Device device, EffectHandle constant, void data, int dataSize ); |
Managed C++ |
public: void SetValue( Device *device, EffectHandle *constant, void data, int dataSize ); |
JScript .NET |
public function SetValue( device : Device, constant : EffectHandle, data : void, dataSize : int ); |
Parameters
Remarks
Exceptions
InvalidCallException
|
The method call is invalid. For example, a method's parameter might contain an invalid value. |
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.