Wiki > TV3D65 Index > TVShader
-Gets an integer ID to a texture being used within a shader.
| VB.NET | GetEffectParamTexture(sName As String) As Integer | |
|---|---|---|
| C++ | int GetEffectParamTexture(char* sName ) | |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| sName | No | Name of texture variable within the shader. |
| Integer | Integer texture ID. |
|---|
| Example | Basic example. |
|---|