Wiki > TV3D65 Index > TVShader
-Gets a float/single value from a shader.
| VB.NET | GetEffectParamFloat(sName As String) As Single | |
|---|---|---|
| C++ | float GetEffectParamFloat(char* sName ) | |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| sName | No | Name of float variable within shader. |
| float/single | The value of the internal shader float/single. |
|---|
| Example | Basic example. |
|---|