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