ConstantTable.SetValue Method
|
Language: |
Sets the value to the constant table.
Overload List
public void SetValue(Device, EffectHandle, bool);
|
public void SetValue(Device, EffectHandle, bool[]);
|
public void SetValue(Device, EffectHandle, ColorValue);
|
public void SetValue(Device, EffectHandle, ColorValue[]);
|
public void SetValue(Device, EffectHandle, GraphicsStream);
|
public void SetValue(Device, EffectHandle, int);
|
public void SetValue(Device, EffectHandle, int[]);
|
public void SetValue(Device, EffectHandle, Matrix);
|
public void SetValue(Device, EffectHandle, Matrix[]);
|
public void SetValue(Device, EffectHandle, float);
|
public void SetValue(Device, EffectHandle, float[]);
|
public void SetValue(Device, EffectHandle, Vector4);
|
public void SetValue(Device, EffectHandle, Vector4[]);
|
public void SetValue(Device, EffectHandle, void, int);
|
Remarks
Exceptions
InvalidCallException
|
The method call is invalid. For example, a method's parameter might contain an invalid value. |
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.