TextureShader.SetValue Method

Language:

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

Sets the constant table with the data in the buffer.

Overload List

public void SetValue(EffectHandle, bool);
public void SetValue(EffectHandle, bool[]);
public void SetValue(EffectHandle, ColorValue);
public void SetValue(EffectHandle, ColorValue[]);
public void SetValue(EffectHandle, GraphicsStream);
public void SetValue(EffectHandle, int);
public void SetValue(EffectHandle, int[]);
public void SetValue(EffectHandle, Matrix);
public void SetValue(EffectHandle, Matrix[]);
public void SetValue(EffectHandle, float);
public void SetValue(EffectHandle, float[]);
public void SetValue(EffectHandle, Vector4);
public void SetValue(EffectHandle, Vector4[]);
public void SetValue(EffectHandle, void, int);

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.